AuthenticationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use authenticationResponseDescriptor instead')
const AuthenticationResponse$json = {
  '1': 'AuthenticationResponse',
  '2': [
    {
      '1': 'Token',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.OAuthResponse',
      '10': 'Token'
    },
    {'1': 'UserId', '3': 2, '4': 1, '5': 11, '6': '.UserId', '10': 'UserId'},
    {
      '1': 'DisplayName',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
    {'1': 'Roles', '3': 4, '4': 3, '5': 11, '6': '.Role', '10': 'Roles'},
  ],
};