SecurityDefinitions$json top-level constant

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

Implementation

@$core.Deprecated('Use securityDefinitionsDescriptor instead')
const SecurityDefinitions$json = const {
  '1': 'SecurityDefinitions',
  '2': const [
    const {
      '1': 'security',
      '3': 1,
      '4': 3,
      '5': 11,
      '6':
          '.grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions.SecurityEntry',
      '10': 'security'
    },
  ],
  '3': const [SecurityDefinitions_SecurityEntry$json],
};