Pristine.Ports.OAuthBackend.Request (Pristine v0.3.1)

Copy Markdown View Source

Normalized OAuth backend request data prior to transport dispatch.

Summary

Types

t()

@type t() :: %Pristine.Ports.OAuthBackend.Request{
  body: binary() | iodata() | nil,
  headers: map(),
  id: String.t() | nil,
  metadata: map(),
  method: atom() | nil,
  url: String.t() | nil
}