MCPcopy Index your code
hub / github.com/slackapi/python-slack-sdk / auth_test

Method auth_test

slack_sdk/web/client.py:2151–2158  ·  view source on GitHub ↗

Checks authentication & identity. https://docs.slack.dev/reference/methods/auth.test

(
        self,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

2149 return self.api_call("auth.revoke", http_verb="GET", params=kwargs)
2150
2151 def auth_test(
2152 self,
2153 **kwargs,
2154 ) -> SlackResponse:
2155 """Checks authentication & identity.
2156 https://docs.slack.dev/reference/methods/auth.test
2157 """
2158 return self.api_call("auth.test", params=kwargs)
2159
2160 def auth_teams_list(
2161 self,

Callers 15

oauth_callbackFunction · 0.95
oauth_callbackFunction · 0.95
oauth_callbackFunction · 0.95
oauth_callbackFunction · 0.95
async_callFunction · 0.95
test_issue_1053Method · 0.95
test_proxy_failureMethod · 0.95
test_ratelimitedMethod · 0.95

Calls 1

api_callMethod · 0.45

Tested by 15

test_issue_1053Method · 0.76
test_proxy_failureMethod · 0.76
test_ratelimitedMethod · 0.76
test_fatal_errorMethod · 0.76
test_auth_testMethod · 0.36
test_auth_test_asyncMethod · 0.36