Enum oauth2::authz_error::AuthzErrorCode
[−]
[src]
pub enum AuthzErrorCode {
InvalidRequest,
UnauthorizedClient,
AccessDenied,
UnsupportedResponseType,
InvalidScope,
ServerError,
TemporarilyUnavailable,
}Variants
InvalidRequest | ||
UnauthorizedClient | ||
AccessDenied | ||
UnsupportedResponseType | ||
InvalidScope | ||
ServerError | ||
TemporarilyUnavailable |