GelotvBot.OAuth (GeloTVBot v0.1.0)

Copy Markdown View Source

Small dependency-free OAuth helpers used by platform clients.

Summary

Functions

token_request(url, body, opts \\ [])

@spec token_request(String.t(), map() | keyword(), keyword()) ::
  {:ok, map()} | {:error, term()}