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 = const {
  '1': 'SecondFactorType',
  '2': const [
    const {'1': 'SECOND_FACTOR_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'SECOND_FACTOR_TYPE_OTP', '2': 1},
    const {'1': 'SECOND_FACTOR_TYPE_U2F', '2': 2},
  ],
};