Trait openidconnect::SubjectIdentifierType[][src]

pub trait SubjectIdentifierType: Debug + DeserializeOwned + Serialize + 'static { }
Expand description

Subject identifier type returned by an OpenID Connect Provider to uniquely identify its users.

Implementors