Macaroon.Types.Macaroon (macaroon v0.1.0)

Struct module for base Macaroon type

Link to this section Summary

Link to this section Types

Specs

t() :: %Macaroon.Types.Macaroon{
  first_party_caveats: [Macaroon.Types.Caveat.t()],
  location: String.t(),
  public_identifier: String.t(),
  signature: String.t(),
  third_party_caveats: [Macaroon.Types.Caveat.t()]
}

Link to this section Functions