AuthFactor$json top-level constant

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

Implementation

@$core.Deprecated('Use authFactorDescriptor instead')
const AuthFactor$json = {
  '1': 'AuthFactor',
  '2': [
    {
      '1': 'state',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.zitadel.user.v2.AuthFactorState',
      '8': {},
      '10': 'state'
    },
    {
      '1': 'otp',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.AuthFactorOTP',
      '8': {},
      '9': 0,
      '10': 'otp'
    },
    {
      '1': 'u2f',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.AuthFactorU2F',
      '8': {},
      '9': 0,
      '10': 'u2f'
    },
    {
      '1': 'otp_sms',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.AuthFactorOTPSMS',
      '8': {},
      '9': 0,
      '10': 'otpSms'
    },
    {
      '1': 'otp_email',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.AuthFactorOTPEmail',
      '8': {},
      '9': 0,
      '10': 'otpEmail'
    },
  ],
  '8': [
    {'1': 'type'},
  ],
};