AuthenticatorType$json top-level constant

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

Implementation

@$core.Deprecated('Use authenticatorTypeDescriptor instead')
const AuthenticatorType$json = {
  '1': 'AuthenticatorType',
  '2': [
    {'1': 'AUTHENTICATOR_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'AUTHENTICATOR_TYPE_USERNAME', '2': 1},
    {'1': 'AUTHENTICATOR_TYPE_PASSWORD', '2': 2},
    {'1': 'AUTHENTICATOR_TYPE_WEBAUTHN', '2': 3},
    {'1': 'AUTHENTICATOR_TYPE_TOTP', '2': 4},
    {'1': 'AUTHENTICATOR_TYPE_OTP_EMAIL', '2': 5},
    {'1': 'AUTHENTICATOR_TYPE_OTP_SMS', '2': 6},
    {'1': 'AUTHENTICATOR_TYPE_AUTHENTICATION_KEY', '2': 7},
    {'1': 'AUTHENTICATOR_TYPE_IDENTITY_PROVIDER', '2': 8},
  ],
};