CreateWebKeyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createWebKeyRequestDescriptor instead')
const CreateWebKeyRequest$json = {
  '1': 'CreateWebKeyRequest',
  '2': [
    {
      '1': 'rsa',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.webkey.v2.RSA',
      '9': 0,
      '10': 'rsa'
    },
    {
      '1': 'ecdsa',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.webkey.v2.ECDSA',
      '9': 0,
      '10': 'ecdsa'
    },
    {
      '1': 'ed25519',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.webkey.v2.ED25519',
      '9': 0,
      '10': 'ed25519'
    },
  ],
  '7': {},
  '8': [
    {'1': 'key'},
  ],
};