Macaroon.Types.Caveat (macaroon v0.3.1)

Struct module for base Caveat type

Link to this section Summary

Link to this section Types

Specs

t() :: %Macaroon.Types.Caveat{
  caveat_id: String.t(),
  location: String.t(),
  party: :first | :third,
  verification_key_id: String.t()
}

Link to this section Functions