Struct openid_client::MtlsEndpoints
source · pub struct MtlsEndpoints {
pub token_endpoint: Option<String>,
pub userinfo_endpoint: Option<String>,
pub revocation_endpoint: Option<String>,
pub introspection_endpoint: Option<String>,
pub device_authorization_endpoint: Option<String>,
}Expand description
#MtlsEndpoints Alternative endpoints that can be used by a client with mTLS to access
token_endpointuserinfo_endpointrevocation_endpointintrospection_endpointdevice_authorization_endpointAll the endpoints are optional
Fields§
§token_endpoint: Option<String>mTLS token endpoint
userinfo_endpoint: Option<String>mTLS userinfo endpoint
revocation_endpoint: Option<String>mTLS revocation endpoint
introspection_endpoint: Option<String>mTLS introspection endpoint
mTLS device authorization endpoint
Trait Implementations§
source§impl Debug for MtlsEndpoints
impl Debug for MtlsEndpoints
source§impl<'de> Deserialize<'de> for MtlsEndpoints
impl<'de> Deserialize<'de> for MtlsEndpoints
source§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