Current section
Files
Jump to
Current section
Files
include/atproto@auth_SessionTokens.hrl
-record(session_tokens, {
did :: binary(),
handle :: binary(),
access_jwt :: binary(),
refresh_jwt :: binary()
}).