Packages

A small, transport-agnostic atproto client for Gleam: XRPC, identity, OAuth discovery, blobs, and repo CRUD.

Current section

Files

Jump to
atproto_client include atproto@oauth@flow_Flow.hrl
Raw

include/atproto@oauth@flow_Flow.hrl

-record(flow, {
identifier :: binary(),
pds :: binary(),
issuer :: binary(),
token_endpoint :: binary(),
dpop_key :: gose:key(binary()),
pkce_verifier :: binary(),
client_id :: binary(),
state :: binary()
}).