Hierarchy

  • MFAConfig

Methods

  • Validate makes MFAConfig validatable by implementing [validation.Validatable] interface.

    Returns void

Properties

duration: number

Duration specifies how long an issued MFA to be valid (in seconds)

enabled: boolean
rule: string

Rule is an optional field to restrict MFA only for the records that satisfy the rule.

Leave it empty to enable MFA for everyone.

Generated using TypeDoc