My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PlayFab.PlayFabAuthenticationContext Class Reference

Public Member Functions

 PlayFabAuthenticationContext (string clientSessionTicket, string entityToken, string playFabId, string entityId, string entityType)
 
void CopyFrom (PlayFabAuthenticationContext other)
 
bool IsClientLoggedIn ()
 
bool IsEntityLoggedIn ()
 
void ForgetAllCredentials ()
 

Public Attributes

string ClientSessionTicket
 Allows access to the ClientAPI.
 
string PlayFabId
 The master player entity Id.
 
string EntityToken
 Allows access to most Entity APIs.
 
string EntityId
 Clients: The title player entity Id (unless replaced with a related entity) Servers: The title id (unless replaced with a related entity)
 
string EntityType
 Describes the type of entity identified by EntityId.
 

The documentation for this class was generated from the following file: