Skip to main content

@authgear/capacitor / PreAuthenticatedURLOptions

Interface: PreAuthenticatedURLOptions

PreAuthenticatedURLOptions is options for pre-authenticated-url.

Table of contents

Properties

Properties

state

Optional state: string

Any string that will be passed to webApplicationURI by the state query parameter.

Defined in

packages/authgear-capacitor/index.d.ts:932


webApplicationClientID

webApplicationClientID: string

The client ID of the web application.

Defined in

packages/authgear-capacitor/index.d.ts:924


webApplicationURI

webApplicationURI: string

The URI the browser should go to after successfully obtained a authenticated session.

Defined in

packages/authgear-capacitor/index.d.ts:928