Options
All
  • Public
  • Public/Protected
  • All
Menu

Corresponds to the challenge a user with MFA enabled gets to verify their MFA code.

Index

Interfaces

Type aliases

Variables

Functions

Interfaces

Args

Args:

Note that the session here would be from a previous ChallengeResponse. This is not the Authorization token, these values are passed back and forth in each step of a Challenge Response interaction.

mfaSelection

mfaSelection: MfaTypes

session

session: string

username

username: string

Type aliases

Response

Result

Variables

Const HTTP

HTTP: POST = "POST"

Const Path

Path: string = `${authBasePath}/${ResourcePaths.login}`

Functions

isArgs

  • isArgs(val: any): boolean

newArgs

Generated using TypeDoc