My Project
|
It is highly recommended that developers ensure that it is extremely unlikely that a customer could generate an ID which is already in use by another customer. If this is the first time a user has signed in with the Custom ID and CreateAccount is set to true, a new PlayFab account will be created and linked to the Custom ID. In this case, no email or username will be associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the Custom ID, an error indicating this will be returned, so that the title can guide the user through creation of a PlayFab account. More...
Public Attributes | |
bool? | CreateAccount |
Automatically create a PlayFab account if one is not currently linked to this ID. | |
string | CustomId |
Custom unique identifier for the user, generated by the title. | |
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 | 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 () |
It is highly recommended that developers ensure that it is extremely unlikely that a customer could generate an ID which is already in use by another customer. If this is the first time a user has signed in with the Custom ID and CreateAccount is set to true, a new PlayFab account will be created and linked to the Custom ID. In this case, no email or username will be associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the Custom ID, an error indicating this will be returned, so that the title can guide the user through creation of a PlayFab account.