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?
optionalyoast_head:null|string
Defined in: packages/core/src/data/types/entities.ts:17
Inherited from
yoast_head_json?
optionalyoast_head_json:null|YoastJSON
Defined in: packages/core/src/data/types/entities.ts:16