Alokai

GiveConsentProps

Properties for giving consent on behalf of the current user.

interface GiveConsentProps extends BaseUserId {
	consentTemplateId: string;
	consentTemplateVersion: number;
}

Properties

NameRequiredTypeDescription
consentTemplateIdRequiredstringUnique identifier of a consent template.
consentTemplateVersionRequirednumberCurrent consent template version.

Referenced Types

On this page