Struct graph_oauth::oauth::graphdiscovery::MicrosoftSigningKeysV2
source · [−]pub struct MicrosoftSigningKeysV2 {Show 22 fields
pub authorization_endpoint: String,
pub token_endpoint: String,
pub token_endpoint_auth_methods_supported: Vec<String>,
pub jwks_uri: String,
pub response_modes_supported: Vec<String>,
pub subject_types_supported: Vec<String>,
pub id_token_signing_alg_values_supported: Vec<String>,
pub http_logout_supported: bool,
pub frontchannel_logout_supported: bool,
pub end_session_endpoint: String,
pub response_types_supported: Vec<String>,
pub scopes_supported: Vec<String>,
pub issuer: String,
pub claims_supported: Vec<String>,
pub microsoft_multi_refresh_token: Option<bool>,
pub check_session_iframe: Option<String>,
pub userinfo_endpoint: String,
pub tenant_region_scope: Option<String>,
pub cloud_instance_name: String,
pub cloud_graph_host_name: String,
pub msgraph_host: String,
pub rbac_url: String,
}Fields
token_endpoint: Stringtoken_endpoint_auth_methods_supported: Vec<String>jwks_uri: Stringresponse_modes_supported: Vec<String>subject_types_supported: Vec<String>id_token_signing_alg_values_supported: Vec<String>http_logout_supported: boolfrontchannel_logout_supported: boolend_session_endpoint: Stringresponse_types_supported: Vec<String>scopes_supported: Vec<String>issuer: Stringclaims_supported: Vec<String>microsoft_multi_refresh_token: Option<bool>check_session_iframe: Option<String>userinfo_endpoint: Stringtenant_region_scope: Option<String>cloud_instance_name: Stringcloud_graph_host_name: Stringmsgraph_host: Stringrbac_url: StringTrait 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 MicrosoftSigningKeysV2
impl Send for MicrosoftSigningKeysV2
impl Sync for MicrosoftSigningKeysV2
impl Unpin for MicrosoftSigningKeysV2
impl UnwindSafe for MicrosoftSigningKeysV2
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