Table of Contents

Enum HeadlessTokenAccessType

Namespace
CMS.Headless
Assembly
CMS.Headless.dll

Represents the access type for HeadlessTokenInfo.

public enum HeadlessTokenAccessType
Extension Methods

Fields

[EnumStringRepresentation("Draft")] Draft = 0

Draft access type. When used, the token serves the latest data.

[EnumStringRepresentation("Published")] Published = 1

Published access type. When used, the token serves only the published data.

[EnumStringRepresentation("TrackingAPI")] TrackingAPI = 2

Tracking API access type. When used, the token will enable access to headless tracking API.