UNPKG

@auth0/auth0-spa-js

Version:

Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE

7 lines (6 loc) 208 B
export declare class AuthenticationError extends Error { error: string; error_description: string; state: string; constructor(error: string, error_description: string, state: string); }