Current section

Files

Jump to
glitch include glitch@auth@token_fetcher_State.hrl
Raw

include/glitch@auth@token_fetcher_State.hrl

-record(state, {
client_id :: binary(),
client_secret :: binary(),
redirect_uri :: gleam@option:option(gleam@uri:uri()),
scopes :: list(glitch@types@scope:scope())
}).