Back to Node Auth0

Interface ConnectionAuthenticationMethods

docs/interfaces/management.Management.ConnectionAuthenticationMethods.html

5.9.11.7 KB
Original Source

Interface ConnectionAuthenticationMethods

Options for enabling authentication methods.

interface ConnectionAuthenticationMethods {
password?: ConnectionPasswordAuthenticationMethod;
passkey?: ConnectionPasskeyAuthenticationMethod;
email_otp?: ConnectionEmailOtpAuthenticationMethod;
phone_otp?: ConnectionPhoneOtpAuthenticationMethod;
}

Index

Properties

password?passkey?email_otp?phone_otp?

Properties

Optionalpassword

password?: ConnectionPasswordAuthenticationMethod

Optionalpasskey

passkey?: ConnectionPasskeyAuthenticationMethod

Optionalemail_otp

email_otp?: ConnectionEmailOtpAuthenticationMethod

Optionalphone_otp

phone_otp?: ConnectionPhoneOtpAuthenticationMethod

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties passwordpasskeyemail_otpphone_otp