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

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

Object Safety§

This trait is not object safe.

Implementors§