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, stackTraces) => 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