SecondFactorType$json top-level constant

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

Implementation

@$core.Deprecated('Use secondFactorTypeDescriptor instead')
const SecondFactorType$json = {
  '1': 'SecondFactorType',
  '2': [
    {'1': 'SECOND_FACTOR_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'SECOND_FACTOR_TYPE_OTP', '2': 1},
    {'1': 'SECOND_FACTOR_TYPE_U2F', '2': 2},
    {'1': 'SECOND_FACTOR_TYPE_OTP_EMAIL', '2': 3},
    {'1': 'SECOND_FACTOR_TYPE_OTP_SMS', '2': 4},
  ],
};