PFAuthenticationValidateEntityTokenResponse

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

See also

PFAuthenticationTypes members