OAuthResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use oAuthResponseDescriptor instead')
const OAuthResponse$json = {
  '1': 'OAuthResponse',
  '2': [
    {'1': 'access_token', '3': 1, '4': 1, '5': 9, '10': 'accessToken'},
    {'1': 'token_type', '3': 2, '4': 1, '5': 9, '10': 'tokenType'},
    {'1': 'expires_in', '3': 3, '4': 1, '5': 9, '10': 'expiresIn'},
    {'1': 'refresh_token', '3': 4, '4': 1, '5': 9, '10': 'refreshToken'},
    {
      '1': 'id_token',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'idToken'
    },
    {
      '1': 'Created',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Created'
    },
  ],
};