SecurityScheme$json top-level constant

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

Implementation

@$core.Deprecated('Use securitySchemeDescriptor instead')
const SecurityScheme$json = const {
  '1': 'SecurityScheme',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type',
      '10': 'type'
    },
    const {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'in',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In',
      '10': 'in'
    },
    const {
      '1': 'flow',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow',
      '10': 'flow'
    },
    const {
      '1': 'authorization_url',
      '3': 6,
      '4': 1,
      '5': 9,
      '10': 'authorizationUrl'
    },
    const {'1': 'token_url', '3': 7, '4': 1, '5': 9, '10': 'tokenUrl'},
    const {
      '1': 'scopes',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.grpc.gateway.protoc_gen_openapiv2.options.Scopes',
      '10': 'scopes'
    },
    const {
      '1': 'extensions',
      '3': 9,
      '4': 3,
      '5': 11,
      '6':
          '.grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.ExtensionsEntry',
      '10': 'extensions'
    },
  ],
  '3': const [SecurityScheme_ExtensionsEntry$json],
  '4': const [
    SecurityScheme_Type$json,
    SecurityScheme_In$json,
    SecurityScheme_Flow$json
  ],
};