Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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