Options
All
  • Public
  • Public/Protected
  • All
Menu

These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides

We include "Class" in the class name, because it makes it easier to import/use the right thing (the instance exported by the recipe) instead of this.

Hierarchy

  • MultiFactorAuthClaimClass

Implements

Index

Constructors

Properties

getRecipeImpl: (() => RecipeInterface)

Type declaration

id: string = "st-mfa"
validators: { hasCompletedFactors: any; hasCompletedMFARequirementsForAuth: any }

Type declaration

Methods

  • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
  • getValueFromPayload(payload: any, _userContext?: any): undefined | { c: Record<string, undefined | number>; v: boolean }
  • refresh(userContext: any): Promise<void>

Generated using TypeDoc