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@auth_SessionTokens.hrl
Raw

include/atproto@auth_SessionTokens.hrl

-record(session_tokens, {
did :: binary(),
handle :: binary(),
access_jwt :: binary(),
refresh_jwt :: binary()
}).