TCreateReadWriteSessionBody constructor

const TCreateReadWriteSessionBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String targetPublicKey,
  4. String? userId,
  5. String? apiKeyName,
  6. String? expirationSeconds,
  7. bool? invalidateExisting,
})

Implementation

const TCreateReadWriteSessionBody({
   this.timestampMs,
   this.organizationId,
  required  this.targetPublicKey,
   this.userId,
   this.apiKeyName,
   this.expirationSeconds,
   this.invalidateExisting,
});