Interface StartLoginSessionWithCredentialsDetails

Hierarchy

  • StartLoginSessionWithCredentialsDetails

Properties

accountName: string

Your Steam account's login name.

password: string

Your Steam account password.

persistence?: ESessionPersistence

Optional. A value from ESessionPersistence. Defaults to Persistent.

steamGuardMachineToken?: string | Buffer

Optional. If you have a valid Steam Guard machine token, supplying it here will allow you to bypass email code verification.

steamGuardCode?: string

Optional. If you have a valid Steam Guard code (either email or TOTP), supplying it here will attempt to use it during login.

Generated using TypeDoc