Slack Auth API Methods (Go Back)
This PHP class provides methods to interact with the Slack Auth API. Below are instructions on how to use each method.
revoke(?bool $test = null)
Revoke an access token.
teamsList(?string $cursor = null, ?bool $includeIcon = null, ?int $limit = null)
List teams that the authenticated user is a member of.
test()
Check authentication and get user identity.