SteamAuthTicket

This handler generates auth session ticket and handles it's verification by steam.

Author

Lossy

Since

2025-05-22

Constructors

Link copied to clipboard
constructor()

Initializes all necessary callbacks.

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Represents the information about the generated authentication session ticket.

Functions

Link copied to clipboard

Performs session ticket generation and validation for specified appid.

Link copied to clipboard

Performs WebApi session ticket generation and validation for specified appid and identity.

Link copied to clipboard
open override fun handleMsg(packetMsg: IPacketMsg)

Handles a client message. This should not be called directly.

Link copied to clipboard
fun setup(client: SteamClient)