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>,
}Fields§
§token_endpoint: Option<String>§userinfo_endpoint: Option<String>§revocation_endpoint: Option<String>§introspection_endpoint: Option<String>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