My Project
|
More details regarding Kongregate and their game authentication system can be found at http://developers.kongregate.com/docs/virtual-goods/authentication. Developers must provide the Kongregate user ID and auth token that are generated using the Kongregate client library. PlayFab will combine these identifiers with the title's unique Kongregate app ID to log the player into the Kongregate system. If CreateAccount is set to true and there is not already a user matched to this Kongregate ID, then PlayFab will create a new account for this user and link the ID. In this case, no email or username will be associated with the PlayFab account. If there is already a different PlayFab user linked with this account, then an error will be returned. More...
Public Attributes | |
string | AuthTicket |
Token issued by Kongregate's client API for the user. | |
bool? | CreateAccount |
Automatically create a PlayFab account if one is not currently linked to this ID. | |
Dictionary< string, string > | CustomTags |
The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
string | EncryptedRequest |
Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). | |
GetPlayerCombinedInfoRequestParams | InfoRequestParameters |
Flags for which pieces of info to return for the user. | |
string | KongregateId |
Numeric user ID assigned by Kongregate. | |
string | PlayerSecret |
Player secret that is used to verify API request signatures (Enterprise Only). | |
string | TitleId |
Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected. | |
![]() | |
PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
![]() | |
string | ToJson () |
More details regarding Kongregate and their game authentication system can be found at http://developers.kongregate.com/docs/virtual-goods/authentication. Developers must provide the Kongregate user ID and auth token that are generated using the Kongregate client library. PlayFab will combine these identifiers with the title's unique Kongregate app ID to log the player into the Kongregate system. If CreateAccount is set to true and there is not already a user matched to this Kongregate ID, then PlayFab will create a new account for this user and link the ID. In this case, no email or username will be associated with the PlayFab account. If there is already a different PlayFab user linked with this account, then an error will be returned.