JWTConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use jWTConfigDescriptor instead')
const JWTConfig$json = {
  '1': 'JWTConfig',
  '2': [
    {'1': 'jwt_endpoint', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'jwtEndpoint'},
    {'1': 'issuer', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'issuer'},
    {
      '1': 'keys_endpoint',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'keysEndpoint'
    },
    {'1': 'header_name', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'headerName'},
  ],
};