GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse constructor

GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse({
  1. String? displayName,
  2. String? expiresIn,
  3. String? gamePlayerId,
  4. String? idToken,
  5. bool? isNewUser,
  6. String? localId,
  7. String? playerId,
  8. String? refreshToken,
  9. String? teamPlayerId,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse({
  this.displayName,
  this.expiresIn,
  this.gamePlayerId,
  this.idToken,
  this.isNewUser,
  this.localId,
  this.playerId,
  this.refreshToken,
  this.teamPlayerId,
});