Enum Class AuthorizationErrorCode

java.lang.Object
java.lang.Enum<AuthorizationErrorCode>
io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationErrorCode
All Implemented Interfaces:
ErrorCode, Serializable, Comparable<AuthorizationErrorCode>, Constable

public enum AuthorizationErrorCode extends Enum<AuthorizationErrorCode> implements ErrorCode
Error codes for an Authentication Error Response message returned from the OP's Authorization Endpoint in response to the Authorization Request message sent by the RP.
Since:
2.0.0.
See Also: