GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest constructor

GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest({
  1. String? mfaEnrollmentId,
  2. String? mfaPendingCredential,
  3. GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo? phoneVerificationInfo,
  4. String? tenantId,
  5. GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo? totpVerificationInfo,
})

Implementation

GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest({
  this.mfaEnrollmentId,
  this.mfaPendingCredential,
  this.phoneVerificationInfo,
  this.tenantId,
  this.totpVerificationInfo,
});