Struct oauth2_client::extensions::grant_info::DeviceAuthorizationGrantInfo [−][src]
pub struct DeviceAuthorizationGrantInfo<'a, SCOPE> where
SCOPE: Scope, {
pub provider: &'a (dyn ProviderExtDeviceAuthorizationGrant<Scope = SCOPE> + Send + Sync),
pub authorization_request_scopes: Option<&'a Vec<SCOPE>>,
}Fields
provider: &'a (dyn ProviderExtDeviceAuthorizationGrant<Scope = SCOPE> + Send + Sync)Trait Implementations
Auto Trait Implementations
impl<'a, SCOPE> !RefUnwindSafe for DeviceAuthorizationGrantInfo<'a, SCOPE>
impl<'a, SCOPE> Send for DeviceAuthorizationGrantInfo<'a, SCOPE> where
SCOPE: Sync,
impl<'a, SCOPE> Sync for DeviceAuthorizationGrantInfo<'a, SCOPE> where
SCOPE: Sync,
impl<'a, SCOPE> Unpin for DeviceAuthorizationGrantInfo<'a, SCOPE>
impl<'a, SCOPE> !UnwindSafe for DeviceAuthorizationGrantInfo<'a, SCOPE>
Blanket Implementations
Mutably borrows from an owned value. Read more