Uses of Class
com.authlete.common.dto.DeviceCompleteRequest.Result
-
Packages that use DeviceCompleteRequest.Result Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of DeviceCompleteRequest.Result in com.authlete.common.dto
Methods in com.authlete.common.dto that return DeviceCompleteRequest.Result Modifier and Type Method 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.Methods in com.authlete.common.dto with parameters of type DeviceCompleteRequest.Result Modifier and Type Method Description DeviceCompleteRequest
DeviceCompleteRequest. setResult(DeviceCompleteRequest.Result result)
Set the result of end-user authentication and authorization.
-