Macfly.Caveat.ThirdParty (macfly v0.2.15)
Summary
Types
Functions
Link to this function
build(location, tail, tp_key, caveats \\ [])
@spec build(String.t(), Macfly.Crypto.key(), Macfly.Crypto.key(), [Macfly.Caveat.t()]) :: t()
Link to this function
recover_ticket(third_party, tp_key, options \\ Macfly.default_options())
@spec recover_ticket(t() | binary(), Macfly.Crypto.key(), Macfly.Options.t()) :: {:ok, Macfly.Caveat.ThirdParty.Ticket.t()} | {:error, any()}