Uses of Class
com.authlete.common.dto.AuthorizationFailRequest.Reason
-
Packages that use AuthorizationFailRequest.Reason Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of AuthorizationFailRequest.Reason in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationFailRequest.Reason Modifier and Type Method Description AuthorizationFailRequest.Reason
AuthorizationFailRequest. getReason()
Get the value of"reason"
which is the reason of the failure of the authorization request.static AuthorizationFailRequest.Reason
AuthorizationFailRequest.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizationFailRequest.Reason[]
AuthorizationFailRequest.Reason. 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 AuthorizationFailRequest.Reason Modifier and Type Method Description AuthorizationFailRequest
AuthorizationFailRequest. setReason(AuthorizationFailRequest.Reason reason)
Set the value of"reason"
which is the reason of the failure of the authorization request.
-