UpdateIDPJWTConfigRequest$json top-level constant

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

Implementation

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