GoogleCloudIdentitytoolkitV1CreateSessionCookieRequest constructor

GoogleCloudIdentitytoolkitV1CreateSessionCookieRequest({
  1. String? idToken,
  2. String? tenantId,
  3. String? validDuration,
})

Implementation

GoogleCloudIdentitytoolkitV1CreateSessionCookieRequest({
  this.idToken,
  this.tenantId,
  this.validDuration,
});