PFAuthenticationAuthenticateCustomIdResult
PFAuthenticationAuthenticateCustomIdResult-Datenmodell.
Syntax
typedef struct PFAuthenticationAuthenticateCustomIdResult {
PFAuthenticationEntityTokenResponse const* entityToken;
bool newlyCreated;
} PFAuthenticationAuthenticateCustomIdResult;
Mitglieder
entityToken
PFAuthenticationEntityTokenResponse const*
kann nullptr sein
(Optional) Das generierte Token, das zum Festlegen von X-EntityToken für game_server Aufrufe verwendet wird.
newlyCreated
Bool
True, wenn das Konto für diese Authentifizierung neu erstellt wurde.
Voraussetzungen
Header: PFAuthenticationTypes.h