Method GetXboxLiveV3Token
GetXboxLiveV3Token(String, String)
Assemble existing token pieces into a valid Xbox Live 3.0 token.
Declaration
public string GetXboxLiveV3Token (string userHash, string userToken);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userHash | User has for the authenticating Xbox Live user. |
| System.String | userToken | Previously generated Xbox Live user token. |
Returns
| Type | Description |
|---|---|
| System.String | The assembled Xbox Live 3.0 token string. |