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_AuthorizationSetter.hrl
Raw

include/flwr_oauth2_AuthorizationSetter.hrl

-record(authorization_setter, {
setter :: fun((gleam@http@request:request(list({binary(), binary()}))) -> {ok,
gleam@http@request:request(list({binary(), binary()}))} |
{error, flwr_oauth2:request_error()})
}).