Authenticators$json top-level constant

  1. @Deprecated('Use authenticatorsDescriptor instead')
Map<String, Object> const Authenticators$json

Implementation

@$core.Deprecated('Use authenticatorsDescriptor instead')
const Authenticators$json = {
  '1': 'Authenticators',
  '2': [
    {
      '1': 'usernames',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.Username',
      '10': 'usernames'
    },
    {
      '1': 'password',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.Password',
      '10': 'password'
    },
    {
      '1': 'web_auth_n',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.WebAuthN',
      '10': 'webAuthN'
    },
    {
      '1': 'totps',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.TOTP',
      '10': 'totps'
    },
    {
      '1': 'otp_sms',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.OTPSMS',
      '10': 'otpSms'
    },
    {
      '1': 'otp_email',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.OTPEmail',
      '10': 'otpEmail'
    },
    {
      '1': 'authentication_keys',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.AuthenticationKey',
      '10': 'authenticationKeys'
    },
    {
      '1': 'identity_providers',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.IdentityProvider',
      '10': 'identityProviders'
    },
  ],
};