Steamworks.SteamUser.GetAuthSessionTicketAsync
Syntax
Description
Retrieve a authentication ticket to be sent to the entity who wishes to authenticate you. This waits for a positive response from the backend before returning the ticket. This means the ticket is definitely ready to go as soon as it returns. Will return null if the callback times out or returns negatively.
Arguments
double timeoutSeconds 10
Returns
Task<AuthTicket>