GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest constructor

GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest({
  1. String? displayName,
  2. String? idToken,
  3. GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo? phoneVerificationInfo,
  4. String? tenantId,
  5. GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentRequestInfo? totpVerificationInfo,
})

Implementation

GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest({
  this.displayName,
  this.idToken,
  this.phoneVerificationInfo,
  this.tenantId,
  this.totpVerificationInfo,
});