Options
All
  • Public
  • Public/Protected
  • All
Menu

Error thrown when the token exchange results in a mfa_required error

Hierarchy

Index

Constructors

constructor

  • new MfaRequiredError(error: string, error_description: string, mfa_token: string): MfaRequiredError

Properties

error

error: string

error_description

error_description: string

message

message: string

mfa_token

mfa_token: string

name

name: string

Optional stack

stack: string

Methods

Static fromPayload

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