class TandaCLI::Configuration::AccessToken

Included Modules

Defined in:

tanda_cli/configuration/types/access_token.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(email : String | Nil = nil, token : String | Nil = nil, token_type : String | Nil = nil, scopes : Array(TandaCLI::Scopes::OptionalScope | TandaCLI::Scopes::RequiredScope) = Array(Scopes::Scope).new, created_at : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def created_at : Int32 | Nil #

[View source]
def created_at=(created_at : Int32 | Nil) #

[View source]
def email : String | Nil #

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

[View source]
def scopes : Array(Scopes::Scope) #

[View source]
def scopes=(scopes : Array(Scopes::Scope)) #

[View source]
def token : String | Nil #

[View source]
def token=(token : String | Nil) #

[View source]
def token_type : String | Nil #

[View source]
def token_type=(token_type : String | Nil) #

[View source]