TamaOAuth.ClientAuthentication.PrivateKeyJWT (tama_oauth v0.1.0)

Copy Markdown View Source

Validates RFC 7523 private-key JWT client authentication.

Summary

Functions

authenticate(context, opts)

@spec authenticate(
  map(),
  keyword()
) :: {:ok, String.t()} | {:error, TamaOAuth.Error.t()}