My Project
|
More details regarding Twitch and their authentication system can be found at https://github.com/justintv/Twitch-API/blob/master/authentication.md. Developers must provide the Twitch access token that is generated using one of the Twitch authentication flows. PlayFab will use the title's unique Twitch Client ID to authenticate the token and log in to the PlayFab system. If CreateAccount is set to true and there is not already a user matched to the Twitch username that generated the token, 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 | AccessToken |
Token issued by Twitch's 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 | 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 Twitch and their authentication system can be found at https://github.com/justintv/Twitch-API/blob/master/authentication.md. Developers must provide the Twitch access token that is generated using one of the Twitch authentication flows. PlayFab will use the title's unique Twitch Client ID to authenticate the token and log in to the PlayFab system. If CreateAccount is set to true and there is not already a user matched to the Twitch username that generated the token, 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.