PromptOptions Type
PromptOptions = "none" | "login" | "consent" | "select_account"
- "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.
Defined in
- main/Client.ts Line 53
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.