Class XboxTicketRequest
Container for the Xbox Live authentication ticket request.
Inheritance
System.Object
XboxTicketRequest
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class XboxTicketRequest
Constructors
| Name | Description |
|---|---|
| XboxTicketRequest() |
Properties
| Name | Description |
|---|---|
| AccessToken | Gets or sets the access token. |
| AppId | Gets or sets the application ID registered in AAD. |
| DeviceToken | Gets or sets the device token. |
| Offers | Gets or sets the available offers. |
| ProofKey | Gets or sets the proof key. |
| Properties | Gets or sets additional properties associated with the Xbox Live authentication ticket. |
| Query | Gets or sets the authentication query. |
| RedirectUri | Gets or sets the redirect URI specified in the app registration. |
| RelyingParty | Gets or sets the relying party for which tokens will be obtained. |
| Sandbox | Gets or sets the sandbox. |
| SessionId | Gets or sets the session ID. |
| SiteName | Gets or sets the site name. |
| TitleId | Gets or sets the title ID. |
| TokenType | Gets or sets the type of token to be obtained. |
| UseModernGamertag | Gets or sets whether a modern gamertag is used. |