Current section
Files
Jump to
Current section
Files
include/glitch@types@access_token_UserAccessToken.hrl
-record(user_access_token, {
expires_in :: integer(),
obtained_at :: integer(),
refresh_token :: binary(),
scopes :: list(glitch@types@scope:scope()),
token :: binary(),
last_validated_at :: integer()
}).