Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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