@authgear-latte/web
Advanced tools
Comparing version 1.0.0-53e0fa5d to 1.0.0-c889724e
@@ -372,5 +372,8 @@ /** | ||
customUIEndpoint: string; | ||
tokenizeEndpoint: string; | ||
private flows; | ||
constructor(authgear: WebContainer, customUIEndpoint: string); | ||
private fetch; | ||
constructor(authgear: WebContainer, customUIEndpoint: string, tokenizeEndpoint: string); | ||
startAuthentication(options: LatteAuthenticateOptions): Promise<void>; | ||
private tokenize; | ||
} | ||
@@ -383,6 +386,19 @@ | ||
*/ | ||
export declare interface LatteAuthenticateOptions extends Pick<AuthenticateOptions, "redirectURI" | "state" | "xState" | "prompt" | "loginHint" | "uiLocales" | "responseType" | "page" | "oauthProviderAlias"> { | ||
export declare interface LatteAuthenticateOptions extends Pick<AuthenticateOptions, "redirectURI" | "state" | "prompt" | "loginHint" | "uiLocales" | "responseType" | "page" | "oauthProviderAlias"> { | ||
xSecrets?: Record<string, string>; | ||
xState?: Record<string, string>; | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare class LatteError extends Error { | ||
/** | ||
* @public | ||
*/ | ||
details?: unknown; | ||
constructor(message: string, details?: unknown); | ||
} | ||
/** | ||
* Auth UI anonymous user promotion options | ||
@@ -389,0 +405,0 @@ * |
{ | ||
"name": "@authgear-latte/web", | ||
"version": "1.0.0-53e0fa5d", | ||
"version": "1.0.0-c889724e", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/authgear-web.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
859726
22963