GiveConsentProps
Properties for giving consent on behalf of the current user.
interface GiveConsentProps extends BaseUserId {
consentTemplateId: string;
consentTemplateVersion: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
consentTemplateId | Required | string | Unique identifier of a consent template. |
consentTemplateVersion | Required | number | Current consent template version. |