struct Slack::SignInResponse::DecodedResponse

Included Modules

Defined in:

slack/oauth/sign_in_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def at_hash : String #

[View source]
def at_hash=(at_hash : String) #

[View source]
def aud : String #

TODO Turn these all into proper Time objects


[View source]
def aud=(aud : String) #

TODO Turn these all into proper Time objects


[View source]
def auth_time : Int64 #

[View source]
def auth_time=(auth_time : Int64) #

[View source]
def date_email_verified : Int64 #

[View source]
def date_email_verified=(date_email_verified : Int64) #

[View source]
def email : String #

[View source]
def email=(email : String) #

[View source]
def email_verified=(email_verified : Bool) #

[View source]
def email_verified? : Bool #

[View source]
def exp : Int64 #

[View source]
def exp=(exp : Int64) #

[View source]
def family_name : String #

[View source]
def family_name=(family_name : String) #

[View source]
def given_name : String #

[View source]
def given_name=(given_name : String) #

[View source]
def iat : Int64 #

[View source]
def iat=(iat : Int64) #

[View source]
def iss : String #

[View source]
def iss=(iss : String) #

[View source]
def locale : String #

[View source]
def locale=(locale : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def nonce : String #

[View source]
def nonce=(nonce : String) #

[View source]
def picture : String #

[View source]
def picture=(picture : String) #

[View source]
def sub : String #

[View source]
def sub=(sub : String) #

[View source]
def team_domain : String #

[View source]
def team_domain=(team_domain : String) #

[View source]
def team_id : String #

[View source]
def team_id=(team_id : String) #

[View source]
def team_name : String #

[View source]
def team_name=(team_name : String) #

[View source]
def user_id : String #

[View source]
def user_id=(user_id : String) #

[View source]