pub async fn test<R>(
client: &R,
token: &str,
) -> Result<TestResponse, TestError<R::Error>>where
R: SlackWebRequestSender,Expand description
Checks authentication & identity.
Wraps https://api.slack.com/methods/auth.test
pub async fn test<R>(
client: &R,
token: &str,
) -> Result<TestResponse, TestError<R::Error>>where
R: SlackWebRequestSender,Checks authentication & identity.
Wraps https://api.slack.com/methods/auth.test