Interface: VerifyTokenParams
@headstartwp/core.VerifyTokenParams
The EndpointParams supported by the VerifyTokenFetchStrategy
Hierarchy
↳
VerifyTokenParams
Properties
_embed
• Optional
_embed: boolean
The _embed param returned associated entities in the response
It's recommended to avoid additional requests to fetch data
Inherited from
Defined in
packages/core/src/data/strategies/AbstractFetchStrategy.ts:17
_fields
• Optional
_fields: string
[]
The _fields parameter is used to return only the specified fields in the response
Inherited from
Defined in
packages/core/src/data/strategies/AbstractFetchStrategy.ts:22
authToken
• Optional
authToken: string
Defined in
packages/core/src/data/strategies/VerifyTokenFetchStrategy.ts:9
lang
• Optional
lang: string
The polylang ?lang parameter.
This is only used if the polylang integration is enabled
Inherited from
Defined in
packages/core/src/data/strategies/AbstractFetchStrategy.ts:29