orb.misc.macaroon_secure module

class orb.misc.macaroon_secure.MacaroonSecure(macaroon_secure)

Bases: object

as_plain_macaroon()

Plain or hex?

static init_from_encrypted(text)
static init_from_plain(bin_data, uid=None)

This is super confusing. Is it plain or hex? Clearly hex so ought to be renamed.