class
TandaCLI::Configuration::Serialisable::AccessToken
- TandaCLI::Configuration::Serialisable::AccessToken
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
tanda_cli/configuration/serialisable/access_token.crConstructors
- .from(email : String, api_token : API::Types::AccessToken) : self
- .new(email : String, token : String, token_type : String, scopes : String, created_at : Time)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(email : String, token : String, token_type : String, scopes : String, created_at : Time)
#