JsonWebKey$json top-level constant

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

Implementation

@$core.Deprecated('Use jsonWebKeyDescriptor instead')
const JsonWebKey$json = const {
  '1': 'JsonWebKey',
  '2': const [
    const {'1': 'kid', '3': 1, '4': 1, '5': 9, '10': 'kid'},
    const {'1': 'x', '3': 2, '4': 1, '5': 9, '10': 'x'},
    const {'1': 'y', '3': 3, '4': 1, '5': 9, '10': 'y'},
    const {'1': 'd', '3': 4, '4': 1, '5': 9, '10': 'd'},
    const {'1': 'crv', '3': 5, '4': 1, '5': 9, '10': 'crv'},
    const {'1': 'kty', '3': 6, '4': 1, '5': 9, '10': 'kty'},
  ],
};