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

  • Error
    • AuthenticationError

Index

Constructors

constructor

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

Properties

errorResponse

errorResponse: ErrorResponse

The error response details.

message

message: string

name

name: string

Optional stack

stack: undefined | string

statusCode

statusCode: number

The HTTP status code returned from the authentication request.

Static Error

Error: ErrorConstructor

Generated using TypeDoc