struct Slack::AuthResponse
- Slack::AuthResponse
 - Struct
 - Value
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
slack/oauth/auth_response.crConstructors
Class Method Summary
Instance Method Summary
- #access_token : String
 - #access_token=(access_token : String)
 - #app_id : String
 - #app_id=(app_id : String)
 - #authed_user : Slack::Auth::User
 - #authed_user=(authed_user : Slack::Auth::User)
 - #bot_user_id : String | Nil
 - #bot_user_id=(bot_user_id : String | Nil)
 - #enterprise : Slack::Auth::Enterprise | Nil
 - #enterprise=(enterprise : Slack::Auth::Enterprise | Nil)
 - #expires_in : Int32 | Nil
 - #expires_in=(expires_in : Int32 | Nil)
 - #ok : Bool
 - #ok=(ok : Bool)
 - #refresh_token : String | Nil
 - #refresh_token=(refresh_token : String | Nil)
 - #scope : String
 - #scope=(scope : String)
 - #team : Slack::Auth::Team
 - #team=(team : Slack::Auth::Team)
 - #token_type : String | Nil
 - #token_type=(token_type : String | Nil)