Trait openidconnect::AuthDisplay[][src]

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

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

Implementors