Trait oauth2_client::extensions::builder::Builder[][src]

pub trait Builder<SCOPE>: DynClone where
    SCOPE: Scope
{ fn obtain_user_info(
        &self,
        _grant_info: GrantInfo<'_, SCOPE>,
        _access_token: &AccessTokenResponseSuccessfulBody<SCOPE>
    ) -> Result<BuilderObtainUserInfoOutput, BuilderObtainUserInfoError>; }

Required methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors