struct CB::Creds

Included Modules

Defined in:

cb/creds.cr

Constant Summary

CONFIG = Path["~/.config/cb"].expand(home: true)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(host : String, id : String, secret : String) #

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

[View source]

Class Method Detail

def self.for_host(host) : Creds | Nil #

[View source]

Instance Method Detail

def delete #

[View source]
def host : String #

[View source]
def id : String #

[View source]
def secret : String #

[View source]
def store #

[View source]