Facepunch.Steamworks Wiki

Revision Difference

SteamUser.GetAuthSessionTicketAsync#523007

<member type="method" namespace="Steamworks" parent="SteamUser" name="GetAuthSessionTicketAsync" async="true" static="true"> <member category="interface" type="method" namespace="Steamworks" parent="SteamUser" name="GetAuthSessionTicketAsync" async="true" static="true"> <args> <arg name="timeoutSeconds" type="double" default="10"></arg> </args> <return type="Task<AuthTicket>"></return> <summary>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.</summary> </member>