GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest constructor
GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest({
- String? idToken,
- GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo? phoneEnrollmentInfo,
- String? tenantId,
Implementation
GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest({
this.idToken,
this.phoneEnrollmentInfo,
this.tenantId,
});