Struct oauth2_google::extensions::builder::GoogleExtensionsBuilder [−][src]
pub struct GoogleExtensionsBuilder;Trait Implementations
fn obtain_user_info(
&self,
_grant_info: GrantInfo<'_, SCOPE>,
access_token: &AccessTokenResponseSuccessfulBody<SCOPE>
) -> Result<BuilderObtainUserInfoOutput, BuilderObtainUserInfoError>
Auto Trait Implementations
impl RefUnwindSafe for GoogleExtensionsBuilder
impl Send for GoogleExtensionsBuilder
impl Sync for GoogleExtensionsBuilder
impl Unpin for GoogleExtensionsBuilder
impl UnwindSafe for GoogleExtensionsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more