Variable GetAuthenticationMethods200ResponseOneOfInnerTypeEnumConst

GetAuthenticationMethods200ResponseOneOfInnerTypeEnum: {
    email: "email";
    email_verification: "email-verification";
    guardian: "guardian";
    passkey: "passkey";
    phone: "phone";
    push: "push";
    recovery_code: "recovery-code";
    totp: "totp";
    webauthn_platform: "webauthn-platform";
    webauthn_roaming: "webauthn-roaming";
} = ...

Type declaration

  • Readonly email: "email"
  • Readonly email_verification: "email-verification"
  • Readonly guardian: "guardian"
  • Readonly passkey: "passkey"
  • Readonly phone: "phone"
  • Readonly push: "push"
  • Readonly recovery_code: "recovery-code"
  • Readonly totp: "totp"
  • Readonly webauthn_platform: "webauthn-platform"
  • Readonly webauthn_roaming: "webauthn-roaming"