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