Struct tiny_oidc_rp::IdToken [−][src]
pub struct IdToken { /* fields omitted */ }Expand description
OpenID connect ID Token. More detail, see OpenID Connect Core specification 2. ID Token and 5.1 Standard Claims
Implementations
Subject Identifier. A locally unique and never reassigned identifier within the Issuer for the End-User.
Trait Implementations
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 IdToken
impl UnwindSafe for IdToken
Blanket Implementations
Mutably borrows from an owned value. Read more
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
