My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.LoginWithTwitchRequest Class Reference

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...

Inheritance diagram for PlayFab.ClientModels.LoginWithTwitchRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

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.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: