Enum oauth2_client::device_authorization_grant::device_access_token_endpoint::DeviceAccessTokenEndpointRetryReason [−][src]
pub enum DeviceAccessTokenEndpointRetryReason {
AuthorizationPending,
SlowDown,
}
Variants
AuthorizationPending
SlowDown
Trait Implementations
Auto Trait Implementations
impl Send for DeviceAccessTokenEndpointRetryReason
impl Sync for DeviceAccessTokenEndpointRetryReason
Blanket Implementations
Mutably borrows from an owned value. Read more