SecondFactorType$json top-level constant
- @Deprecated('Use secondFactorTypeDescriptor instead')
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},
],
};