AuthnProto_AuthnError$json top-level constant

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

Implementation

@$core.Deprecated('Use authnProtoDescriptor instead')
const AuthnProto_AuthnError$json = {
  '1': 'AuthnError',
  '2': [
    {'1': 'ACCOUNT_DISABLED', '2': 0},
    {'1': 'ACCOUNT_EXPIRED', '2': 1},
    {'1': 'MFA_REGISTRATION_REQUIRED', '2': 2},
    {'1': 'MFA_VERIFICATION_FAILED', '2': 3},
  ],
};