Trait openidconnect::AuthPrompt[][src]

pub trait AuthPrompt: AsRef<str> + 'static { }
Expand description

Whether the Authorization Server should prompt the End-User for reauthentication and consent.

Implementors