The secret string (in hex or base64)
The parsed secret as a CryptoJS WordArray
Generate a one-time authentication code (TOTP)
The secret key as a string
Time offset in seconds (optional)
The generated one-time authentication code string
Generate a confirmation key for Steam
The secret key for Steam authentication
Unix time in seconds
The tag for the key (e.g., 'conf')
The confirmation key string
Generate the device ID based on the SteamID
The user's SteamID
The device ID string
Get the current time in seconds, optionally with a time offset
Time offset in seconds (optional)
The current time in seconds number
Get the time offset from Steam servers using a callback
The callback function to return the error or result
Asynchronously get the time offset from Steam servers
An object with the time offset and the request time
Generated using TypeDoc
Convert the secret string into a format that can be used by CryptoJS