GoogleCloudIdentitytoolkitV2StartMfaSignInRequest constructor

GoogleCloudIdentitytoolkitV2StartMfaSignInRequest({
  1. String? mfaEnrollmentId,
  2. String? mfaPendingCredential,
  3. GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo? phoneSignInInfo,
  4. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV2StartMfaSignInRequest({
  this.mfaEnrollmentId,
  this.mfaPendingCredential,
  this.phoneSignInInfo,
  this.tenantId,
});