Exception: Slack::AuthError
Overview
This is the error raised on Authentication failures. Usually this means one of three things
-
Your user failed to go to the authorize url and approve your application
-
You set an invalid or expired token and secret on your Session
-
Your user deauthorized the application after you stored a valid token and secret
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Slack::Error