pub struct MicrosoftSigningKeysV1 {
Show 15 fields pub issuer: String, pub authorization_endpoint: String, pub token_endpoint: String, pub token_endpoint_auth_methods_supported: Vec<String>, pub jwks_uri: String, pub response_types_supported: Vec<String>, pub response_modes_supported: Vec<String>, pub subject_types_supported: Vec<String>, pub scopes_supported: Vec<String>, pub id_token_signing_alg_values_supported: Vec<String>, pub claims_supported: Vec<String>, pub request_uri_parameter_supported: bool, pub end_session_endpoint: String, pub frontchannel_logout_supported: bool, pub http_logout_supported: bool,
}

Fields

issuer: Stringauthorization_endpoint: Stringtoken_endpoint: Stringtoken_endpoint_auth_methods_supported: Vec<String>jwks_uri: Stringresponse_types_supported: Vec<String>response_modes_supported: Vec<String>subject_types_supported: Vec<String>scopes_supported: Vec<String>id_token_signing_alg_values_supported: Vec<String>claims_supported: Vec<String>request_uri_parameter_supported: boolend_session_endpoint: Stringfrontchannel_logout_supported: boolhttp_logout_supported: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

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

Compare self to key and return true if they are equal.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more