Authentication Session
Last updated
Last updated
Support us as a 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 ... become a sponsor today!
Used by the interface to represent an active authentication session
A delegate to be called when the authentication session response is returned by Valve.
Is this session object related to a client or server session, this is generally only relevant internally to Heathen's tools.
The user this session is related to
The user that owns the game, is generally the same as User, if it is not it means the User is borrowing the game such as via Family Sharing.
The session data, aka the ticket itself
The response received when validating a provided ticket.
Indicates the owner and user are not the same.
userId This is the anticipated user that this session is for
callback This is a delegate to be invoked when the session response is available
isClient is this a client session or server session, in P2P its always a client session.
Ends this session