[][src]Trait openidconnect::AuthDisplay

pub trait AuthDisplay: AsRef<str> + Debug + DeserializeOwned + Serialize + 'static { }

How the Authorization Server displays the authentication and consent user interface pages to the End-User.

Implementors

impl AuthDisplay for CoreAuthDisplay[src]

Loading content...