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