Struct openidconnect::UserInfoRequest[][src]

pub struct UserInfoRequest<'a, JE, JS, JT, JU, K> where
    JE: JweContentEncryptionAlgorithm<JT>,
    JS: JwsSigningAlgorithm<JT>,
    JT: JsonWebKeyType,
    JU: JsonWebKeyUse,
    K: JsonWebKey<JS, JT, JU>, 
{ /* fields omitted */ }
Expand description

User info request.

Implementations

Submits this request to the associated user info endpoint using the specified synchronous HTTP client.

Submits this request to the associated user info endpoint using the specified asynchronous HTTP client.

Specifies whether to require the user info response to be a signed JSON Web Token (JWT).

Specifies whether to require the issuer of the signed JWT response to match the expected issuer URL for this provider.

This option has no effect on unsigned JSON responses.

Specifies whether to require the audience of the signed JWT response to match the expected audience (client ID).

This option has no effect on unsigned JSON responses.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.