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