[][src]Trait openidconnect::ClaimType

pub trait ClaimType: Debug + DeserializeOwned + Serialize + 'static { }

Claim type (e.g., normal, aggregated, or distributed).

Implementors

impl ClaimType for CoreClaimType[src]

Loading content...