struct Slack::SignInResponse::DecodedResponse
- Slack::SignInResponse::DecodedResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
slack/oauth/sign_in_response.crConstructors
Instance Method Summary
- #at_hash : String
- #at_hash=(at_hash : String)
-
#aud : String
TODO Turn these all into proper Time objects
-
#aud=(aud : String)
TODO Turn these all into proper Time objects
- #auth_time : Int64
- #auth_time=(auth_time : Int64)
- #date_email_verified : Int64
- #date_email_verified=(date_email_verified : Int64)
- #email : String
- #email=(email : String)
- #email_verified=(email_verified : Bool)
- #email_verified? : Bool
- #exp : Int64
- #exp=(exp : Int64)
- #family_name : String
- #family_name=(family_name : String)
- #given_name : String
- #given_name=(given_name : String)
- #iat : Int64
- #iat=(iat : Int64)
- #iss : String
- #iss=(iss : String)
- #locale : String
- #locale=(locale : String)
- #name : String
- #name=(name : String)
- #nonce : String
- #nonce=(nonce : String)
- #picture : String
- #picture=(picture : String)
- #sub : String
- #sub=(sub : String)
- #team_domain : String
- #team_domain=(team_domain : String)
- #team_id : String
- #team_id=(team_id : String)
- #team_name : String
- #team_name=(team_name : String)
- #user_id : String
- #user_id=(user_id : String)