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

include/flwr_oauth2_ResourceOwnerCredentialsGrantTokenRequest.hrl

-record(resource_owner_credentials_grant_token_request, {
token_endpoint :: gleam@uri:uri(),
authentication :: flwr_oauth2:client_authentication(),
username :: binary(),
password :: binary(),
scope :: list(binary())
}).