GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest constructor

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

Implementation

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