pub struct EnterpriseIssuerConfig {
pub issuer: String,
pub jwks_uri: Option<Url>,
pub jwks: Option<Value>,
pub allowed_client_ids: Vec<String>,
}Fields§
§issuer: String§jwks_uri: Option<Url>§jwks: Option<Value>§allowed_client_ids: Vec<String>Trait Implementations§
Source§impl Clone for EnterpriseIssuerConfig
impl Clone for EnterpriseIssuerConfig
Source§fn clone(&self) -> EnterpriseIssuerConfig
fn clone(&self) -> EnterpriseIssuerConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnterpriseIssuerConfig
impl Debug for EnterpriseIssuerConfig
Source§impl<'de> Deserialize<'de> for EnterpriseIssuerConfig
impl<'de> Deserialize<'de> for EnterpriseIssuerConfig
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
Source§impl PartialEq for EnterpriseIssuerConfig
impl PartialEq for EnterpriseIssuerConfig
Source§fn eq(&self, other: &EnterpriseIssuerConfig) -> bool
fn eq(&self, other: &EnterpriseIssuerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EnterpriseIssuerConfig
impl Serialize for EnterpriseIssuerConfig
impl Eq for EnterpriseIssuerConfig
impl StructuralPartialEq for EnterpriseIssuerConfig
Auto Trait Implementations§
impl Freeze for EnterpriseIssuerConfig
impl RefUnwindSafe for EnterpriseIssuerConfig
impl Send for EnterpriseIssuerConfig
impl Sync for EnterpriseIssuerConfig
impl Unpin for EnterpriseIssuerConfig
impl UnsafeUnpin for EnterpriseIssuerConfig
impl UnwindSafe for EnterpriseIssuerConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more