Macaroon.Verification.verify
You're seeing just the function
verify
, go back to Macaroon.Verification module for more information.
Link to this function
verify(verification_params, macaroon, key, discharge_macaroons \\ [])
Specs
verify( Macaroon.Types.Verification.VerifyParameters.t(), Macaroon.Types.Macaroon.t(), binary(), maybe_improper_list() ) :: {:error, Macaroon.Types.Verification.VerifyContext.t()} | {:ok, Macaroon.Types.Verification.VerifyContext.t()}