GoogleCloudIdentitytoolkitV2WithdrawMfaRequest constructor

GoogleCloudIdentitytoolkitV2WithdrawMfaRequest({
  1. String? idToken,
  2. String? mfaEnrollmentId,
  3. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV2WithdrawMfaRequest({
  this.idToken,
  this.mfaEnrollmentId,
  this.tenantId,
});