PromptOption
@authgear/capacitor / PromptOption
Enumeration: PromptOption
Prompt parameter options.
Enumeration Members
Login
Login:
"login"
The login prompt requires the user to log in to the authentication provider which forces the user to re-authenticate.
None
None:
"none"
The none prompt is used to sliently authenticate the user without prompting for any action.
This prompt bypasses the need for login and consent prompts
only when the user has previously given consent to the application and has an active session.