Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 506 Bytes

Auth.md

File metadata and controls

27 lines (17 loc) · 506 Bytes

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.

Method: revoke

revoke(?bool $test = null)

Revoke an access token.

Method: teamsList

teamsList(?string $cursor = null, ?bool $includeIcon = null, ?int $limit = null)

List teams that the authenticated user is a member of.

Method: test

test()

Check authentication and get user identity.