View Source Macfly.Caveat.ThirdParty (macfly v0.2.19)
Summary
Types
Functions
@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())
View Source@spec recover_ticket(t() | binary(), Macfly.Crypto.key(), Macfly.Options.t()) :: {:ok, Macfly.Caveat.ThirdParty.Ticket.t()} | {:error, any()}