| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static BackchannelAuthenticationCompleteRequest.Result |
BackchannelAuthenticationCompleteRequest.Result.getByValue(short value)
Find an instance of this enum by a value.
|
BackchannelAuthenticationCompleteRequest.Result |
BackchannelAuthenticationCompleteRequest.getResult()
Get the result of end-user authentication and authorization.
|
static BackchannelAuthenticationCompleteRequest.Result |
BackchannelAuthenticationCompleteRequest.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackchannelAuthenticationCompleteRequest.Result[] |
BackchannelAuthenticationCompleteRequest.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setResult(BackchannelAuthenticationCompleteRequest.Result result)
Set the result of end-user authentication and authorization.
|
Copyright © 2019. All rights reserved.