GetTokenAndSignatureResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about the authorization token and digital signature for an HTTP request by a user. This class is returned as the result of a call to XboxLiveUser.GetTokenAndSignatureAsync.
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class GetTokenAndSignatureResult
type GetTokenAndSignatureResult = class
interface __IGetTokenAndSignatureResultPublicNonVirtuals
Public NotInheritable Class GetTokenAndSignatureResult
- Inheritance
-
GetTokenAndSignatureResult
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute
Properties
AgeGroup |
The age group |
Gamertag |
The gamertag name associated with the Xbox user's account. |
Privileges |
The privileges |
Signature |
The digital signature for the HTTP request. |
Token |
The authorization token for the HTTP request. |
WebAccountId |
Gets id of WebAccount returned by the Xbox live WebAccountProvider. |
XboxUserHash |
The hashcode that identifies the user. This value is used for HTTP calls. |
XboxUserId |
The unique ID tied to the Xbox user's account. |