Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
PFAuthenticationAuthenticateCustomIdResult data model.
Syntax
typedef struct PFAuthenticationAuthenticateCustomIdResult {
PFAuthenticationEntityTokenResponse const* entityToken;
bool newlyCreated;
} PFAuthenticationAuthenticateCustomIdResult;
Members
entityToken PFAuthenticationEntityTokenResponse const*
may be nullptr
(Optional) The token generated used to set X-EntityToken for game_server calls.
newlyCreated bool
True if the account was newly created on this authentication.
Requirements
Header: PFAuthenticationTypes.h