Back to Node Auth0

Interface ConnectionMfa

docs/interfaces/management.Management.ConnectionMfa.html

5.9.1828 B
Original Source

Interface ConnectionMfa

Multi-factor authentication configuration

interface ConnectionMfa {
active?: boolean;
return_enroll_settings?: boolean;
}

Index

Properties

active?return_enroll_settings?

Properties

Optionalactive

active?: boolean

Indicates whether MFA is active for this connection

Optionalreturn_enroll_settings

return_enroll_settings?: boolean

Indicates whether to return MFA enrollment settings

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties activereturn_enroll_settings