Packages
The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel.
Current section
Files
Jump to
Current section
Files
include/atproto_core@oauth@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())
}).