GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest constructor

GoogleCloudIdentitytoolkitV2FinalizeMfaSignInRequest({
  1. String? mfaPendingCredential,
  2. GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo? phoneVerificationInfo,
  3. String? tenantId,
})

Implementation

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