Skip to content

Commit

Permalink
Merge pull request #470 from quesswho/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DoctorMcKay authored Sep 3, 2024
2 parents e01d0af + a4c2eb7 commit f9b8162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,9 @@ v3.5.0 or later is required to use `isPhoneVerified`.**
Requests details about your account's Steam Guard status. This could be used to see if your account passes the Steam Guard trading requirements.

In order to trade, **all** of the following must be true:
- `enabled` must be `true` (account-level restriction)
- `enabledTime` must be at least 15 days ago (account-level restriction)
- ONE of `machineTime` OR `twoFactorTime` must be at least 7 days ago
- `isSteamGuardEnabled` must be `true` (account-level restriction)
- `timestampSteamGuardEnabled` must be at least 15 days ago (account-level restriction)
- ONE of `timestampMachineSteamGuardEnabled` OR `timestampTwoFactorEnabled` must be at least 7 days ago

### getCredentialChangeTimes(callback)
- `callback` - A function to be called when the requested data is available
Expand Down

0 comments on commit f9b8162

Please sign in to comment.