Macfly.Macaroon (macfly v0.2.2)

Summary

Types

@type t() :: %Macfly.Macaroon{
  caveats: [Macfly.Caveat],
  location: String.t(),
  nonce: Macfly.Nonce.t(),
  tail: binary()
}

Functions

Link to this function

attenuate(m, list)

Link to this function

decode(arg1, o)

Link to this function

from_wire(arg1, o)

Link to this function

new(key, kid_or_nonce, location, caveats \\ [])

Link to this function

to_wire(macaroon)