GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest constructor

GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest({
  1. String? delegatedProjectNumber,
  2. String? instanceId,
  3. bool? returnSecureToken,
  4. String? tenantId,
  5. String? token,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest({
  this.delegatedProjectNumber,
  this.instanceId,
  this.returnSecureToken,
  this.tenantId,
  this.token,
});