Interface ResolveRequestOptions

Request options for a request to resolve a player ID to a CFTools ID.

Hierarchy

  • ResolveRequestOptions

Properties

Properties

autoCreateAccount?: boolean

The CFTools Enterprise API allows a caller to automatically create a CFTools account for a SteamID64, which never connected to a CFTools-enabled server. Hence, a user account for this SteamID64 does not yet exist.

Requires a CFToolsClient with an enterprise authorization setup, otherwise the request fails with a RequestForbidden error.

Throws

AccountCreationFailed if the account creation failed.

Throws

RequestForbidden if the request is forbidden (no Enterprise account, e.g.).

Generated using TypeDoc