Variable PutAuthenticationMethods200ResponseInnerAuthenticationMethodsInnerTypeEnumConst

PutAuthenticationMethods200ResponseInnerAuthenticationMethodsInnerTypeEnum: {
    push: "push";
    sms: "sms";
    totp: "totp";
    voice: "voice";
} = ...

Type declaration

  • Readonly push: "push"
  • Readonly sms: "sms"
  • Readonly totp: "totp"
  • Readonly voice: "voice"