AuthorizationError$json top-level constant

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

Implementation

@$core.Deprecated('Use authorizationErrorDescriptor instead')
const AuthorizationError$json = {
  '1': 'AuthorizationError',
  '2': [
    {
      '1': 'error',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.zitadel.saml.v2.ErrorReason',
      '10': 'error'
    },
    {
      '1': 'error_description',
      '3': 2,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'errorDescription',
      '17': true
    },
  ],
  '8': [
    {'1': '_error_description'},
  ],
};