PromptOptions Type alias

  • "none" - The Authorization Server MUST NOT display any authentication or consent user interface pages.
  • "login" - The Authorization Server SHOULD prompt the End-User for re-authentication.
  • "consent" - The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client.
  • "select_account" - The Authorization Server SHOULD prompt the End-User to select a user account.

PromptOptions = "none" | "login" | "consent" | "select_account"

Defined in

Last Updated: 03 April, 2024