Struct graph_oauth::oauth::graphdiscovery::MicrosoftSigningKeysV1
source · [−]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: 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: boolTrait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
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 !=.
Auto Trait Implementations
impl RefUnwindSafe for MicrosoftSigningKeysV1
impl Send for MicrosoftSigningKeysV1
impl Sync for MicrosoftSigningKeysV1
impl Unpin for MicrosoftSigningKeysV1
impl UnwindSafe for MicrosoftSigningKeysV1
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
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