LDAPCredentials$json top-level constant

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

Implementation

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