Enum oauth2::token_error::TokenErrorCode
[−]
[src]
pub enum TokenErrorCode {
InvalidRequest,
InvalidClient,
InvalidGrant,
UnauthorizedClient,
UnsupportedGrantType,
InvalidScope,
}Variants
InvalidRequest | ||
InvalidClient | ||
InvalidGrant | ||
UnauthorizedClient | ||
UnsupportedGrantType | ||
InvalidScope |