This page is just a reference of all the known Steam APIs, I do not know how they work. Please do not email me with questions.
UNDOCUMENTEDGetTokenHistory

Gets the audit history for a user's auth token

https://api.steampowered.com/IAuthenticationSupportService/GetTokenHistory/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
fixed64 NoToken ID of the token to get history for (required)
UNDOCUMENTEDPOSTMarkTokenCompromised
https://api.steampowered.com/IAuthenticationSupportService/MarkTokenCompromised/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
fixed64 No
fixed64 No

Asks the server for a list of refresh tokens associated with an account

https://api.steampowered.com/IAuthenticationSupportService/QueryRefreshTokenByID/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
fixed64 NoToken ID of the token to look up (required)

Asks the server for a list of refresh tokens associated with an account

https://api.steampowered.com/IAuthenticationSupportService/QueryRefreshTokensByAccount/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
fixed64 NoSteamID of the account to query (required)
bool NoIncludes tokens that are revoked or expired in the query
UNDOCUMENTEDPOSTRevokeToken

Revokes a user's auth token

https://api.steampowered.com/IAuthenticationSupportService/RevokeToken/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
fixed64 NoToken ID of the token to revoke (required)
fixed64 NoSteam ID of the owner of that token (required)