GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse constructor

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

Implementation

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