struct Authority::UserSession

Included Modules

Defined in:

entities/user_session.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new #

[View source]

Instance Method Detail

def authenticated=(authenticated : Bool) #

[View source]
def authenticated? : Bool #

[View source]
def email : String #

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

[View source]
def user_id : String #

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

[View source]