[][src]Trait openidconnect::SubjectIdentifierType

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

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

Implementors

impl SubjectIdentifierType for CoreSubjectIdentifierType[src]

Loading content...