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.oidc.v2beta.ErrorReason', '10': 'error'},
    {'1': 'error_description', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'errorDescription', '17': true},
    {'1': 'error_uri', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'errorUri', '17': true},
  ],
  '8': [
    {'1': '_error_description'},
    {'1': '_error_uri'},
  ],
};