Authentication Session
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 AuthenticationSession
Type | Name | Comment |
---|---|---|
bool | isClientSession | Is this a client or server session |
CSteamID | user | The ID typically a user the session is related to |
CSteamID | gameOwner | The id of the owner of the game, if this is different than the user then this is barrowed |
byte[] | data | the ticekt data that was used to start the session |
EAuthSessionResponse | responce | The responce recieved when validating a provided ticket |
bool | IsBarrowed | The same as user == gameOwner |
Action | onStartCallback | the callback invoked when the session has started ... this is used internally |
public void End();
Ends this session
Last modified 1mo ago