@authgear/react-native / OpenAuthorizationURLOptions
Interface: OpenAuthorizationURLOptions
OpenAuthorizationURLOptions is options for UIImplementation.openAuthorizationURL.
Table of contents
Properties
Properties
redirectURI
• redirectURI: string
The URL to be detected by the UIImplementation. When this URL is detected, the UIImplementation MUST return this URL, and close itself.
Defined in
packages/authgear-react-native/index.d.ts:747
shareCookiesWithDeviceBrowser
• shareCookiesWithDeviceBrowser: boolean
A flag to tell the UIImplementation that cookies should be shared with the device browser. This flag is only useful to UIImplementation that can share cookies with the device browser, such as those underlying implementations are based on ASWebAuthenticationSession, or CustomTabs.
Defined in
packages/authgear-react-native/index.d.ts:753
url
• url: string
The URL to be opened by the UIImplementation.
Defined in
packages/authgear-react-native/index.d.ts:742