pub trait AuthPrompt: AsRef<str> + 'static { }Expand description
Whether the Authorization Server should prompt the End-User for reauthentication and consent.
pub trait AuthPrompt: AsRef<str> + 'static { }Whether the Authorization Server should prompt the End-User for reauthentication and consent.