Struct oauth2_microsoft::device_authorization_grant::MicrosoftProviderForDevices [−][src]
pub struct MicrosoftProviderForDevices { /* fields omitted */ }
Implementations
Trait Implementations
fn device_access_token_request_body_extra(
&self,
_body: &BodyWithDeviceAuthorizationGrant,
_device_authorization_response_body: &SuccessfulBody
) -> Option<Map<String, Value>>
Auto Trait Implementations
impl RefUnwindSafe for MicrosoftProviderForDevices
impl Send for MicrosoftProviderForDevices
impl Sync for MicrosoftProviderForDevices
impl Unpin for MicrosoftProviderForDevices
impl UnwindSafe for MicrosoftProviderForDevices
Blanket Implementations
Mutably borrows from an owned value. Read more