JwtLocation$json top-level constant

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

Implementation

@$core.Deprecated('Use jwtLocationDescriptor instead')
const JwtLocation$json = const {
  '1': 'JwtLocation',
  '2': const [
    const {'1': 'header', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'header'},
    const {'1': 'query', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'query'},
    const {'1': 'value_prefix', '3': 3, '4': 1, '5': 9, '10': 'valuePrefix'},
  ],
  '8': const [
    const {'1': 'in'},
  ],
};