Factors$json top-level constant

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

Implementation

@$core.Deprecated('Use factorsDescriptor instead')
const Factors$json = {
  '1': 'Factors',
  '2': [
    {
      '1': 'user',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.UserFactor',
      '10': 'user'
    },
    {
      '1': 'password',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.PasswordFactor',
      '10': 'password'
    },
    {
      '1': 'web_auth_n',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.WebAuthNFactor',
      '10': 'webAuthN'
    },
    {
      '1': 'intent',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.IntentFactor',
      '10': 'intent'
    },
    {
      '1': 'totp',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.TOTPFactor',
      '10': 'totp'
    },
    {
      '1': 'otp_sms',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.OTPFactor',
      '10': 'otpSms'
    },
    {
      '1': 'otp_email',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.OTPFactor',
      '10': 'otpEmail'
    },
    {
      '1': 'recovery_code',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.zitadel.session.v2.RecoveryCodeFactor',
      '10': 'recoveryCode'
    },
  ],
};