Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new AuthenticationError(error: string, error_description: string, state: string, appState?: any): AuthenticationError

Properties

appState

appState: any

error

error: string

error_description

error_description: string

message

message: string

name

name: string

Optional stack

stack: string

state

state: string

Methods

Static fromPayload

  • fromPayload(__namedParameters: { error: string; error_description: string }): GenericError