diff --git a/CHANGELOG.md b/CHANGELOG.md index 49cb9c4c..b90869ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v2.0.2](https://github.com/auth0/auth0-angular/tree/v2.0.2) (2023-03-10) + +[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.0.1...v2.0.2) + +**Fixed** + +- Correctly expose Error types from Auth0-SPA-JS [\#436](https://github.com/auth0/auth0-angular/pull/436) ([frederikprijck](https://github.com/frederikprijck)) +- Ensure allowAnonymous works with missing_refresh_token [\#430](https://github.com/auth0/auth0-angular/pull/430) ([frederikprijck](https://github.com/frederikprijck)) + ## [v2.0.1](https://github.com/auth0/auth0-angular/tree/v2.0.1) (2023-01-25) [Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.0.0...v2.0.1) diff --git a/docs/classes/Auth0ClientFactory.html b/docs/classes/Auth0ClientFactory.html index 224dad4b..a5baa407 100644 --- a/docs/classes/Auth0ClientFactory.html +++ b/docs/classes/Auth0ClientFactory.html @@ -90,7 +90,7 @@

Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.client.ts:6
  • @@ -355,7 +355,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.client.ts:7
  • diff --git a/docs/classes/AuthClientConfig.html b/docs/classes/AuthClientConfig.html index 4964dee1..cad1ad51 100644 --- a/docs/classes/AuthClientConfig.html +++ b/docs/classes/AuthClientConfig.html @@ -90,7 +90,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:214
  • @@ -307,7 +307,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:217
  • @@ -389,7 +389,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:235
  • @@ -484,7 +484,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:228
  • diff --git a/docs/classes/AuthGuard.html b/docs/classes/AuthGuard.html index 0bb49ee3..219d1072 100644 --- a/docs/classes/AuthGuard.html +++ b/docs/classes/AuthGuard.html @@ -98,7 +98,7 @@

    Implements

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:18
  • @@ -339,7 +339,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:19
  • @@ -443,7 +443,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:25
  • @@ -545,7 +545,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:32
  • @@ -638,7 +638,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:21
  • diff --git a/docs/classes/AuthHttpInterceptor.html b/docs/classes/AuthHttpInterceptor.html index fccb5c91..934a17c3 100644 --- a/docs/classes/AuthHttpInterceptor.html +++ b/docs/classes/AuthHttpInterceptor.html @@ -96,8 +96,8 @@

    Implements

  • Defined in projects/auth0-angular/src/lib/auth.interceptor.ts:39projects/auth0-angular/src/lib/auth.interceptor.ts:40
  • @@ -354,8 +354,8 @@

  • Defined in projects/auth0-angular/src/lib/auth.interceptor.ts:40projects/auth0-angular/src/lib/auth.interceptor.ts:41
  • @@ -467,8 +467,8 @@

  • Defined in projects/auth0-angular/src/lib/auth.interceptor.ts:47projects/auth0-angular/src/lib/auth.interceptor.ts:48
  • diff --git a/docs/classes/AuthModule.html b/docs/classes/AuthModule.html index 63e981ce..ed784534 100644 --- a/docs/classes/AuthModule.html +++ b/docs/classes/AuthModule.html @@ -90,7 +90,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.module.ts:8
  • @@ -375,7 +375,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.module.ts:15
  • diff --git a/docs/classes/AuthService.html b/docs/classes/AuthService.html index 5d1eff4d..cd27e268 100644 --- a/docs/classes/AuthService.html +++ b/docs/classes/AuthService.html @@ -119,7 +119,7 @@

    Implements

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:43
  • @@ -573,7 +573,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:81
  • @@ -632,7 +632,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:198
  • @@ -1107,7 +1107,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:207
  • @@ -1223,7 +1223,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:270
  • @@ -1345,7 +1345,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:302
  • @@ -1485,7 +1485,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:157
  • @@ -1607,7 +1607,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:134
  • @@ -1721,7 +1721,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:183
  • @@ -1795,7 +1795,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:117
  • diff --git a/docs/classes/AuthState.html b/docs/classes/AuthState.html index cd33377e..e295692b 100644 --- a/docs/classes/AuthState.html +++ b/docs/classes/AuthState.html @@ -95,7 +95,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.state.ts:26
  • @@ -411,7 +411,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.state.ts:112
  • @@ -464,7 +464,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.state.ts:127
  • @@ -848,7 +848,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.state.ts:136
  • @@ -935,7 +935,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.state.ts:145
  • @@ -1024,7 +1024,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.state.ts:119
  • diff --git a/docs/classes/AuthenticationError.html b/docs/classes/AuthenticationError.html new file mode 100644 index 00000000..a57e8e7c --- /dev/null +++ b/docs/classes/AuthenticationError.html @@ -0,0 +1,1565 @@ + + + + + + AuthenticationError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class AuthenticationError

    +
    +
    +
    +

    + Thrown when handling the redirect callback fails, will be one of + Auth0's Authentication API's Standard Error Responses: + https://auth0.com/docs/api/authentication?javascript#standard-error-responses +

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + error: string +
        +
      • +
      • +
        + error_description: + string +
        +
      • +
      • +
        + state: string +
        +
      • +
      • +
        + Optional + appState: any +
        +
      • +
      +
      +

      + Returns + AuthenticationError +

      + +
    • +
    +
    +
    +
    +

    Properties

    +
    + + +
    + appState: + any +
    + +
    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + state: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/classes/GenericError.html b/docs/classes/GenericError.html new file mode 100644 index 00000000..72233323 --- /dev/null +++ b/docs/classes/GenericError.html @@ -0,0 +1,1383 @@ + + + + + + GenericError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class GenericError

    +
    +
    +
    +

    Thrown when network requests to the Auth server fail.

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + error: string +
        +
      • +
      • +
        + error_description: + string +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    +

    Properties

    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/classes/MfaRequiredError.html b/docs/classes/MfaRequiredError.html new file mode 100644 index 00000000..240003b8 --- /dev/null +++ b/docs/classes/MfaRequiredError.html @@ -0,0 +1,1483 @@ + + + + + + MfaRequiredError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class MfaRequiredError

    +
    +
    +
    +

    + Error thrown when the token exchange results in a + mfa_required error +

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + error: string +
        +
      • +
      • +
        + error_description: + string +
        +
      • +
      • +
        + mfa_token: + string +
        +
      • +
      +
      +

      + Returns + MfaRequiredError +

      + +
    • +
    +
    +
    +
    +

    Properties

    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + mfa_token: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/classes/MissingRefreshTokenError.html b/docs/classes/MissingRefreshTokenError.html new file mode 100644 index 00000000..c7cefce4 --- /dev/null +++ b/docs/classes/MissingRefreshTokenError.html @@ -0,0 +1,1547 @@ + + + + + + MissingRefreshTokenError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class MissingRefreshTokenError

    +
    +
    +
    +

    Error thrown when there is no refresh token to use

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + + +
    +
    +
    +

    Properties

    +
    + + +
    + audience: + string +
    + +
    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + scope: + string +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/classes/PopupCancelledError.html b/docs/classes/PopupCancelledError.html new file mode 100644 index 00000000..24830a8a --- /dev/null +++ b/docs/classes/PopupCancelledError.html @@ -0,0 +1,1466 @@ + + + + + + PopupCancelledError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class PopupCancelledError

    +
    +
    +
    +

    Thrown when network requests to the Auth server fail.

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + + +
    +
    +
    +

    Properties

    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + popup: + Window +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/classes/PopupTimeoutError.html b/docs/classes/PopupTimeoutError.html new file mode 100644 index 00000000..e77cf81c --- /dev/null +++ b/docs/classes/PopupTimeoutError.html @@ -0,0 +1,1463 @@ + + + + + + PopupTimeoutError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class PopupTimeoutError

    +
    +
    +
    +

    + Error thrown when the login popup times out (if the user does not + complete auth) +

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + + +
    +
    +
    +

    Properties

    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + popup: + Window +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/classes/TimeoutError.html b/docs/classes/TimeoutError.html new file mode 100644 index 00000000..d3014d19 --- /dev/null +++ b/docs/classes/TimeoutError.html @@ -0,0 +1,1394 @@ + + + + + + TimeoutError | @auth0/auth0-angular + + + + + + + + +
    +
    + + +
    +
    +
    +
    +
    + +

    Class TimeoutError

    +
    +
    +
    +

    + Thrown when silent auth times out (usually due to a configuration + issue) or when network requests to the Auth server timeout. +

    +
    +
    +
    +

    Hierarchy

    + +
    + +
    +
    +
    + + + + +
    +
    +
    +
    +

    Constructors

    +
    + + + +
    +
    +
    +

    Properties

    +
    + + +
    + error: + string +
    + +
    +
    + + +
    + error_description: + string +
    + +
    +
    + + +
    + message: + string +
    + +
    +
    + + +
    + name: + string +
    + +
    +
    + + +
    + stack?: + string +
    + +
    +
    + + +
    + prepareStackTrace?: + ((err: Error, stackTraces: CallSite[]) => any) +
    +
    +

    Type declaration

    + +
    + +
    +
    + + +
    + stackTraceLimit: + number +
    + +
    +
    +
    +

    Methods

    +
    + + +
      + +
    • +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        + targetObject: + Object +
        +
      • +
      • +
        + Optional + constructorOpt: + Function +
        +
      • +
      +
      +

      + Returns void +

      + +
    • +
    +
    +
    + + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        + __namedParameters: + {
            error: string;
            error_description: string;
        } +
        +
          +
        • +
          + error: string +
          +
        • +
        • +
          + error_description: string +
          +
        • +
        +
      • +
      +
      +

      + Returns + GenericError +

      + +
    • +
    +
    +
    +
    + +
    +
    + + + diff --git a/docs/enums/HttpMethod.html b/docs/enums/HttpMethod.html index 46ab2651..37dc318d 100644 --- a/docs/enums/HttpMethod.html +++ b/docs/enums/HttpMethod.html @@ -93,7 +93,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:13
  • @@ -263,7 +263,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:35
  • @@ -479,6 +479,34 @@

    >AuthState +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +
  • >AuthState
  • +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +
  • Indexable
  • Defined in projects/auth0-angular/src/lib/auth.config.ts:142
  • @@ -216,7 +216,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:107
  • @@ -941,7 +941,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:44
  • @@ -210,7 +210,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:51
  • @@ -270,7 +270,7 @@

    Usagenotes

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:67
  • @@ -539,7 +539,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.config.ts:79
  • diff --git a/docs/interfaces/LogoutOptions.html b/docs/interfaces/LogoutOptions.html index db97e79b..88df429c 100644 --- a/docs/interfaces/LogoutOptions.html +++ b/docs/interfaces/LogoutOptions.html @@ -100,7 +100,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/interfaces.ts:7
  • @@ -228,7 +228,9 @@
    clientId?: - string + null | string

    The clientId of your application.

    diff --git a/docs/interfaces/RedirectLoginOptions.html b/docs/interfaces/RedirectLoginOptions.html index a6db6856..231a4f9a 100644 --- a/docs/interfaces/RedirectLoginOptions.html +++ b/docs/interfaces/RedirectLoginOptions.html @@ -114,7 +114,7 @@

    Hierarchy

  • Defined in projects/auth0-angular/src/lib/interfaces.ts:4
  • diff --git a/docs/modules.html b/docs/modules.html index 3ea46df2..8296a84b 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -218,6 +218,32 @@

    Classes

    AuthState + + + AuthenticationError + + + GenericError Classes LocalStorageCache + + + MfaRequiredError + + + MissingRefreshTokenError + + + PopupCancelledError + + + PopupTimeoutError + + + TimeoutError >AuthState +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +
  • Type alias ApiRouteDefinition
  • Defined in projects/auth0-angular/src/lib/auth.config.ts:28
  • @@ -402,6 +402,34 @@

    >AuthState +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +
  • >AuthState
  • +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +
  • Defined in projects/auth0-angular/src/lib/auth.client.ts:29
  • @@ -397,6 +397,34 @@

    >AuthState +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +
  • Usage Notes
  • Defined in projects/auth0-angular/src/lib/auth.config.ts:209
  • @@ -412,6 +412,34 @@

    >AuthState +
  • + + + AuthenticationError +
  • +
  • + + + GenericError +
  • >LocalStorageCache
  • +
  • + + + MfaRequiredError +
  • +
  • + + + MissingRefreshTokenError +
  • +
  • + + + PopupCancelledError +
  • +
  • + + + PopupTimeoutError +
  • +
  • + + + TimeoutError +