AuthFactors$json top-level constant
Implementation
@$core.Deprecated('Use authFactorsDescriptor instead')
const AuthFactors$json = {
'1': 'AuthFactors',
'2': [
{'1': 'OTP', '2': 0},
{'1': 'OTP_SMS', '2': 1},
{'1': 'OTP_EMAIL', '2': 2},
{'1': 'U2F', '2': 3},
],
};