Struct oauth2_microsoft::extensions::user_info_endpoint::MicrosoftUserInfoEndpoint [−][src]
pub struct MicrosoftUserInfoEndpoint { /* fields omitted */ }
Implementations
Trait Implementations
type ParseResponseOutput = UserInfo
fn parse_response(
&self,
response: Response<Body>
) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations
impl RefUnwindSafe for MicrosoftUserInfoEndpoint
impl Send for MicrosoftUserInfoEndpoint
impl Sync for MicrosoftUserInfoEndpoint
impl Unpin for MicrosoftUserInfoEndpoint
impl UnwindSafe for MicrosoftUserInfoEndpoint
Blanket Implementations
Mutably borrows from an owned value. Read more