Skip to main content

Interface: TokenEntity

Defined in: packages/core/src/data/strategies/VerifyTokenFetchStrategy.ts:15

The TokenEntity represents a token issued by the headless wp plugin

Extends

Indexable

[k: string]: unknown

Properties

path

path: string

Defined in: packages/core/src/data/strategies/VerifyTokenFetchStrategy.ts:19

The path that the token was issued for


post_id

post_id: number

Defined in: packages/core/src/data/strategies/VerifyTokenFetchStrategy.ts:24

The post_id that the token was issued for


yoast_head?

optional yoast_head: null | string

Defined in: packages/core/src/data/types/entities.ts:17

Inherited from

Entity.yoast_head


yoast_head_json?

optional yoast_head_json: null | YoastJSON

Defined in: packages/core/src/data/types/entities.ts:16

Inherited from

Entity.yoast_head_json