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.

Object Safety§

This trait is not object safe.

Implementors§