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

Required Methods

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Implementors