class TandaCLI::Configuration::Serialisable::AccessToken

Included Modules

Defined in:

tanda_cli/configuration/serialisable/access_token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from(email : String, api_token : API::Types::AccessToken) : self #

[View source]
def self.new(email : String, token : String, token_type : String, scopes : String, created_at : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def email : String #

[View source]
def scopes : String #

[View source]
def token : String #

[View source]
def token_type : String #

[View source]