GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest constructor

GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest({
  1. String? idToken,
  2. GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo? phoneEnrollmentInfo,
  3. String? tenantId,
  4. GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentRequestInfo? totpEnrollmentInfo,
})

Implementation

GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest({
  this.idToken,
  this.phoneEnrollmentInfo,
  this.tenantId,
  this.totpEnrollmentInfo,
});