public interface TokenResponseHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invalidToken(groovy.lang.Closure callable)
Specify behavior in the event of an invalid token.
|
boolean |
wasInvalidToken()
Return whether the token was invalid
|
boolean |
wasInvoked()
Return whether the response handle was invoked.
|
static final java.lang.String KEY
java.lang.Object invalidToken(groovy.lang.Closure callable)
callable - The closure to invoke in the event of an invalid tokenboolean wasInvoked()
boolean wasInvalidToken()