Variable UserEnrollmentAuthMethodEnumConst

UserEnrollmentAuthMethodEnum: {
    authenticator: "authenticator";
    guardian: "guardian";
    sms: "sms";
    webauthn_platform: "webauthn-platform";
    webauthn_roaming: "webauthn-roaming";
} = ...

Type declaration

  • Readonly authenticator: "authenticator"
  • Readonly guardian: "guardian"
  • Readonly sms: "sms"
  • Readonly webauthn_platform: "webauthn-platform"
  • Readonly webauthn_roaming: "webauthn-roaming"