Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

GiveConsentProps

Properties for giving consent on behalf of the current user.

export 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