Skip to main content
PFAccountManagementLinkGameCenterAccountRequest data model.

Syntax

Members

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 forceLink   bool const*
may be nullptr
(Optional) If another user is already linked to the account, unlink the other user and re-link. If the current user is already linked, link both accounts. gameCenterId   const char*
is null-terminated
Game Center identifier for the player account to be linked. publicKeyUrl   const char*
is null-terminated
(Optional) The URL for the public encryption key that will be used to verify the signature. salt   const char*
is null-terminated
(Optional) A random value used to compute the hash and keep it randomized. signature   const char*
is null-terminated
(Optional) The verification signature of the authentication payload. timestamp   const char*
is null-terminated
(Optional) The integer representation of date and time that the signature was created on. PlayFab will reject authentication signatures not within 10 minutes of the server’s current time.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 1, 2026