Packages

OAuth2 access-token vault with proactive refresh and bounded retry.

Current section

Files

Jump to
voauth include voauth_Token.hrl
Raw

include/voauth_Token.hrl

-record(token, {
access_token :: binary(),
expires_in :: integer(),
refresh_token :: gleam@option:option(binary()),
scope :: binary(),
token_type :: binary()
}).