@authgear/capacitor / WebKitWebViewUIImplementation
Class: WebKitWebViewUIImplementation
WebKitWebViewUIImplementation is WKWebView on iOS, android.webkit.WebView on Android.
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new WebKitWebViewUIImplementation(options?): WebKitWebViewUIImplementation
Parameters
| Name | Type | 
|---|---|
options? | WebKitWebViewUIImplementationOptions | 
Returns
Defined in
packages/authgear-capacitor/index.d.ts:1095
Methods
openAuthorizationURL
▸ openAuthorizationURL(options): Promise<string>
openAuthorizationURL must open options.url. When redirectURI is detected, the implementation must close itself and return the redirectURI with query. If the end-user closes it, then openAuthorizationURL must reject the promise with CancelError.
Parameters
| Name | Type | 
|---|---|
options | OpenAuthorizationURLOptions | 
Returns
Promise<string>
Implementation of
UIImplementation.openAuthorizationURL
Defined in
packages/authgear-capacitor/index.d.ts:1096