@authgear/react-native / 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-react-native/index.d.ts:791
webApplicationClientID
• webApplicationClientID: string
The client ID of the web application.
Defined in
packages/authgear-react-native/index.d.ts:783
webApplicationURI
• webApplicationURI: string
The URI the browser should go to after successfully obtained a authenticated session.
Defined in
packages/authgear-react-native/index.d.ts:787