GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest constructor

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

Implementation

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