IdentityVerificationCreateRequest constructor
IdentityVerificationCreateRequest({})
Implementation
IdentityVerificationCreateRequest({
required this.isShareable,
required this.templateId,
required this.gaveConsent,
required this.user,
this.clientId,
this.secret,
this.isIdempotent,
});