Packages

A small, focused OAuth 2.0 library for Gleam, built on top of Gleams HTTP requests and responses.

Current section

Files

Jump to
flwr_oauth2 include flwr_oauth2@response_AccessTokenResponse.hrl
Raw

include/flwr_oauth2@response_AccessTokenResponse.hrl

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