Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFAuthenticationValidateEntityTokenResponse data model.
Syntax
typedef struct PFAuthenticationValidateEntityTokenResponse {
PFEntityKey const* entity;
PFAuthenticationIdentifiedDeviceType const* identifiedDeviceType;
PFLoginIdentityProvider const* identityProvider;
const char* identityProviderIssuedId;
PFEntityLineage const* lineage;
} PFAuthenticationValidateEntityTokenResponse;
Members
entity PFEntityKey const*
may be nullptr
(Optional) The entity id and type.
identifiedDeviceType PFAuthenticationIdentifiedDeviceType const*
may be nullptr
(Optional) The authenticated device for this entity, for the given login.
identityProvider PFLoginIdentityProvider const*
may be nullptr
(Optional) The identity provider for this entity, for the given login.
identityProviderIssuedId const char*
is null-terminated
(Optional) The ID issued by the identity provider, e.g. a XUID on Xbox Live.
lineage PFEntityLineage const*
may be nullptr
(Optional) The lineage of this profile.
Requirements
Header: PFAuthenticationTypes.h