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

include/atproto@oauth@core@metadata_AuthServerMetadata.hrl

-record(auth_server_metadata, {
issuer :: binary(),
authorization_endpoint :: binary(),
token_endpoint :: binary(),
pushed_authorization_request_endpoint :: binary(),
revocation_endpoint :: gleam@option:option(binary())
}).