Struct openid_client::types::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
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 Clone for MtlsEndpoints
impl Clone for MtlsEndpoints
source§fn clone(&self) -> MtlsEndpoints
fn clone(&self) -> MtlsEndpoints
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§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
Auto Trait Implementations§
impl RefUnwindSafe for MtlsEndpoints
impl Send for MtlsEndpoints
impl Sync for MtlsEndpoints
impl Unpin for MtlsEndpoints
impl UnwindSafe for MtlsEndpoints
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more