AuthRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use authRequestDescriptor instead')
const AuthRequest$json = {
  '1': 'AuthRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {'1': 'creation_date', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': {}, '10': 'creationDate'},
    {'1': 'client_id', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
    {'1': 'scope', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'scope'},
    {'1': 'redirect_uri', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'redirectUri'},
    {'1': 'prompt', '3': 6, '4': 3, '5': 14, '6': '.zitadel.oidc.v2beta.Prompt', '8': {}, '10': 'prompt'},
    {'1': 'ui_locales', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'uiLocales'},
    {'1': 'login_hint', '3': 8, '4': 1, '5': 9, '8': {}, '9': 0, '10': 'loginHint', '17': true},
    {'1': 'max_age', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '8': {}, '9': 1, '10': 'maxAge', '17': true},
    {'1': 'hint_user_id', '3': 10, '4': 1, '5': 9, '8': {}, '9': 2, '10': 'hintUserId', '17': true},
  ],
  '7': {},
  '8': [
    {'1': '_login_hint'},
    {'1': '_max_age'},
    {'1': '_hint_user_id'},
  ],
};