GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest constructor

GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest({
  1. String? displayName,
  2. String? gamePlayerId,
  3. String? idToken,
  4. String? playerId,
  5. String? publicKeyUrl,
  6. String? salt,
  7. String? signature,
  8. String? teamPlayerId,
  9. String? tenantId,
  10. String? timestamp,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest({
  this.displayName,
  this.gamePlayerId,
  this.idToken,
  this.playerId,
  this.publicKeyUrl,
  this.salt,
  this.signature,
  this.teamPlayerId,
  this.tenantId,
  this.timestamp,
});