Variable PostAuthenticationMethods201ResponseTypeEnumConst
PostAuthenticationMethods201ResponseTypeEnum: {
email: "email";
phone: "phone";
totp: "totp";
webauthn_roaming: "webauthn-roaming";
} = ...
Type declaration
-
Readonly
email: "email"
-
Readonly
phone: "phone"
-
Readonly
totp: "totp"
-
Readonly
webauthn_roaming: "webauthn-roaming"