GoogleCloudIdentitytoolkitV1SignInWithEmailLinkRequest constructor

GoogleCloudIdentitytoolkitV1SignInWithEmailLinkRequest({
  1. String? email,
  2. String? idToken,
  3. String? oobCode,
  4. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithEmailLinkRequest({
  this.email,
  this.idToken,
  this.oobCode,
  this.tenantId,
});