Struct oauth2_client::client_credentials_grant::access_token_endpoint::AccessTokenEndpoint [−][src]
pub struct AccessTokenEndpoint<'a, SCOPE> where
SCOPE: Scope, { /* fields omitted */ }Implementations
Trait Implementations
impl<'a, SCOPE> Endpoint for AccessTokenEndpoint<'a, SCOPE> where
SCOPE: Scope + Serialize + DeserializeOwned,
impl<'a, SCOPE> Endpoint for AccessTokenEndpoint<'a, SCOPE> where
SCOPE: Scope + Serialize + DeserializeOwned,
type ParseResponseOutput = Result<RES_SuccessfulBody<SCOPE>, RES_ErrorBody>
fn parse_response(
&self,
response: Response<Body>
) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations
impl<'a, SCOPE> !RefUnwindSafe for AccessTokenEndpoint<'a, SCOPE>
impl<'a, SCOPE> Send for AccessTokenEndpoint<'a, SCOPE> where
SCOPE: Send,
impl<'a, SCOPE> Sync for AccessTokenEndpoint<'a, SCOPE> where
SCOPE: Sync,
impl<'a, SCOPE> Unpin for AccessTokenEndpoint<'a, SCOPE> where
SCOPE: Unpin,
impl<'a, SCOPE> !UnwindSafe for AccessTokenEndpoint<'a, SCOPE>
Blanket Implementations
Mutably borrows from an owned value. Read more