View Source Boruta.Dpop (Boruta ssi core v0.1.0-beta.1)

Implementation of OAuth 2.0 Demonstrating Proof of Possession (DPoP) RFC from the IETF

Summary

Types

@type t() :: %{dpop: String.t(), request: map()}

Functions

@spec validate(dpop :: t(), client :: Boruta.Oauth.Client.t()) ::
  :ok | {:error, reason :: String.t()}