Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthenticationError

Package version

Provides details about a failure to authenticate with Azure Active Directory. The errorResponse field contains more details about the specific failure.

Hierarchy

  • any
    • AuthenticationError

Index

Constructors

Properties

Constructors

constructor

  • new AuthenticationError(statusCode: number, errorBody: object | string | undefined | null): AuthenticationError

Properties

errorResponse

errorResponse: ErrorResponse

The error response details.

statusCode

statusCode: number

The HTTP status code returned from the authentication request.

Generated using TypeDoc