Authentication Ticket
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.
These articles are made possible by our GitHub Sponsors ... become a sponsor today!
public class AuthenticationTicket
Type | Name | Comment |
---|---|---|
bool | isClientTicket | Is this a client or server ticket |
HAuthTicket | handle | The auth ticket handle used internally |
byte[] | data | ticket data |
bool | verified | has this ticket been verified, this gets set to true when the Get Authentication Session responce comes in |
uint | createdOn | the date this ticekt was created on |
EResult | result | EResult state from the ticket request |
public void Cancel();
Cancels this ticket
Last modified 1mo ago