Class XboxTicket
Container class for the Xbox Live ticket.
Inheritance
System.Object
XboxTicket
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class XboxTicket
Constructors
| Name | Description |
|---|---|
| XboxTicket() |
Properties
| Name | Description |
|---|---|
| DisplayClaims | Gets or sets the Xbox Live display claims for the authentication request. |
| IssueInstant | Gets or sets the issuing time. |
| NotAfter | Gets or sets the expiration for the ticket. |
| Token | Gets or sets the Xbox Live access token. |