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