Skip to main content

@authgear/web / PromptOption

Enumeration: PromptOption

Prompt parameter options.

Table of contents

Enumeration Members

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.

Defined in

packages/authgear-web/index.d.ts:196


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.

Defined in

packages/authgear-web/index.d.ts:192