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.
PFAuthenticationAuthenticateCustomIdRequest data model. Create or return a game_server entity token. Caller must be a title entity.
Syntax
typedef struct PFAuthenticationAuthenticateCustomIdRequest {
const char* customId;
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
} PFAuthenticationAuthenticateCustomIdRequest;
Members
customId const char*
is null-terminated
The customId used to create and retrieve game_server entity tokens. This is unique at the title level. CustomId must be between 32 and 100 characters.
customTags PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
customTagsCount uint32_t
Count of customTags
Requirements
Header: PFAuthenticationTypes.h