Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
PFAuthenticationValidateEntityTokenRequest data model. Given an entity token, validates that it hasn't expired or been revoked and will return details of the owner.
Syntax
typedef struct PFAuthenticationValidateEntityTokenRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
const char* entityToken;
} PFAuthenticationValidateEntityTokenRequest;
Members
customTags PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
customTagsCount uint32_t
Count of customTags
entityToken const char*
is null-terminated
Client EntityToken.
Requirements
Header: PFAuthenticationTypes.h