[][src]Trait openidconnect::AuthPrompt

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

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

Implementors

impl AuthPrompt for CoreAuthPrompt[src]

Loading content...