AuthResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use authResponseDescriptor instead')
const AuthResponse$json = const {
  '1': 'AuthResponse',
  '2': const [
    const {'1': 'access_token', '3': 1, '4': 1, '5': 12, '10': 'accessToken'},
    const {'1': 'token_type', '3': 2, '4': 1, '5': 9, '10': 'tokenType'},
    const {
      '1': 'expires_in',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'expiresIn'
    },
    const {'1': 'refresh_token', '3': 4, '4': 1, '5': 12, '10': 'refreshToken'},
  ],
};