| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationFailRequest.Reason |
AuthorizationFailRequest.getReason()
Get the value of
"reason" which is the reason
of the failure of the authorization request. |
static AuthorizationFailRequest.Reason |
AuthorizationFailRequest.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationFailRequest.Reason[] |
AuthorizationFailRequest.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationFailRequest |
AuthorizationFailRequest.setReason(AuthorizationFailRequest.Reason reason)
Set the value of
"reason" which is the reason
of the failure of the authorization request. |
Copyright © 2017. All rights reserved.