Enum oauth2_client::extensions::grant_info::GrantInfo [−][src]
pub enum GrantInfo<'a, SCOPE> where
SCOPE: Scope, {
AuthorizationCodeGrant(AuthorizationCodeGrantInfo<'a, SCOPE>),
DeviceAuthorizationGrant(DeviceAuthorizationGrantInfo<'a, SCOPE>),
}Variants
AuthorizationCodeGrant(AuthorizationCodeGrantInfo<'a, SCOPE>)
Tuple Fields
0: AuthorizationCodeGrantInfo<'a, SCOPE>DeviceAuthorizationGrant(DeviceAuthorizationGrantInfo<'a, SCOPE>)
Tuple Fields
0: DeviceAuthorizationGrantInfo<'a, SCOPE>Trait Implementations
Auto Trait Implementations
impl<'a, SCOPE> !RefUnwindSafe for GrantInfo<'a, SCOPE>
impl<'a, SCOPE> !UnwindSafe for GrantInfo<'a, SCOPE>
Blanket Implementations
Mutably borrows from an owned value. Read more