module Disk

Extended Modules

Defined in:

client/disk.cr

Constant Summary

APP_NAME = "briar-protocol"
CIPHER_ALGORITHM = "AES-256-CBC"
Log = ::Log.for(self)

Instance Method Summary

Instance Method Detail

def read_token?(email : String, password : String) : String | Nil #

[View source]
def write_cache_dir : String #

[View source]
def write_token(email : String, password : String, refresh_token : String) #

[View source]