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@authentication_ClientSecretBasic.hrl
Raw

include/flwr_oauth2@authentication_ClientSecretBasic.hrl

-record(client_secret_basic, {
client_id :: flwr_oauth2@common:client_id(),
client_secret :: flwr_oauth2@common:secret()
}).