Uses of Class
com.authlete.common.dto.BackchannelAuthenticationCompleteRequest.Result
-
Packages that use BackchannelAuthenticationCompleteRequest.Result Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of BackchannelAuthenticationCompleteRequest.Result in com.authlete.common.dto
Methods in com.authlete.common.dto that return BackchannelAuthenticationCompleteRequest.Result Modifier and Type Method Description static BackchannelAuthenticationCompleteRequest.ResultBackchannelAuthenticationCompleteRequest.Result. getByValue(short value)Find an instance of this enum by a value.BackchannelAuthenticationCompleteRequest.ResultBackchannelAuthenticationCompleteRequest. getResult()Get the result of end-user authentication and authorization.static BackchannelAuthenticationCompleteRequest.ResultBackchannelAuthenticationCompleteRequest.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.Methods in com.authlete.common.dto with parameters of type BackchannelAuthenticationCompleteRequest.Result Modifier and Type Method Description BackchannelAuthenticationCompleteRequestBackchannelAuthenticationCompleteRequest. setResult(BackchannelAuthenticationCompleteRequest.Result result)Set the result of end-user authentication and authorization.
-