struct CB::Model::Session

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, account_id : String = "", expires_at : Time = Time::ZERO, is_sso : Bool | Nil = nil, login_url : String | Nil = nil, one_time_token : String | Nil = nil, secret : String | Nil = nil) #

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

Instance Method Detail

def account_id : String #

def clone #

def copy_with(id _id = @id, account_id _account_id = @account_id, expires_at _expires_at = @expires_at, is_sso _is_sso = @is_sso, login_url _login_url = @login_url, one_time_token _one_time_token = @one_time_token, secret _secret = @secret) #

def expires_at : Time #

def id : String #

def is_sso : Bool | Nil #

def login_url : String | Nil #

def one_time_token : String | Nil #

def secret : String | Nil #