Credentials$json top-level constant

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

Implementation

@$core.Deprecated('Use credentialsDescriptor instead')
const Credentials$json = {
  '1': 'Credentials',
  '2': [
    {'1': 'mail', '3': 1, '4': 1, '5': 9, '10': 'mail'},
    {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
    {'1': 'isWebApp', '3': 3, '4': 1, '5': 8, '10': 'isWebApp'},
  ],
};