Struct oauth2_client::device_authorization_grant::provider_ext::ProviderExtDeviceAuthorizationGrantStringScopeWrapper [−][src]
pub struct ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant, { /* fields omitted */ }
Implementations
Trait Implementations
impl<P: Clone> Clone for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
impl<P: Clone> Clone for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
impl<P: Debug> Debug for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
impl<P: Debug> Debug for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
impl<P> Provider for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant + Clone,
impl<P> Provider for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant + Clone,
fn device_access_token_request_body_extra(
&self,
body: &BodyWithDeviceAuthorizationGrant,
device_authorization_response_body: &DeviceAuthorizationResponseSuccessfulBody
) -> Option<Map<String, Value>>
fn device_access_token_request_rendering(
&self,
body: &BodyWithDeviceAuthorizationGrant,
device_authorization_response_body: &DeviceAuthorizationResponseSuccessfulBody
) -> Option<Result<Request<Body>, Box<dyn Error + Send + Sync + 'static>>>
fn device_access_token_response_parsing(
&self,
response: &Response<Body>
) -> Option<Result<Result<Result<AccessTokenResponseSuccessfulBody<<Self as Provider>::Scope>, AccessTokenResponseErrorBody>, DeviceAccessTokenEndpointRetryReason>, Box<dyn Error + Send + Sync + 'static>>>
Auto Trait Implementations
impl<P> RefUnwindSafe for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: RefUnwindSafe,
impl<P> Send for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: Send,
impl<P> Sync for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: Sync,
impl<P> Unpin for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: Unpin,
impl<P> UnwindSafe for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more