ServerTLSConfigMutualAuthentication$json top-level constant

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

Implementation

@$core.Deprecated('Use serverTLSConfigMutualAuthenticationDescriptor instead')
const ServerTLSConfigMutualAuthentication$json = {
  '1': 'ServerTLSConfigMutualAuthentication',
  '2': [
    {'1': 'server_public_certificate', '3': 1, '4': 1, '5': 9, '10': 'serverPublicCertificate'},
    {'1': 'server_private_key', '3': 2, '4': 1, '5': 9, '10': 'serverPrivateKey'},
    {'1': 'client_public_certificate', '3': 3, '4': 1, '5': 9, '10': 'clientPublicCertificate'},
  ],
};