View Source Boruta.Dpop (Boruta core v3.0.0-beta.3)

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()}