AuthSessionDetails

Represents the details required to authenticate on Steam.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Authenticator object which will be used to handle 2-factor authentication if necessary. Use UserConsoleAuthenticator for a default implementation.

Link copied to clipboard
var clientOSType: EOSType

Gets or Sets the client operating system type.

Link copied to clipboard

Gets or Sets the device name (or user agent). By default, "(JavaSteam)" will be used.

Link copied to clipboard

Steam guard data for client login. Provide AuthPollResult.newGuardData if available.

Link copied to clipboard

Gets or Sets the password.

Link copied to clipboard

Gets or Sets the session persistence.

Link copied to clipboard
var platformType: SteammessagesAuthSteamclient.EAuthTokenPlatformType

Gets or sets the platform type that the login will be performed for.

Link copied to clipboard

Gets or Sets the username.

Link copied to clipboard

Gets or Sets the website id that the login will be performed for. Known values are "Unknown", "Client", "Mobile", "Website", "Store", "Community", "Partner", "SteamStats".