Current section
Files
Jump to
Current section
Files
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()
}).