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

include/flwr_oauth2@revocation_RevocationRequest.hrl

-record(revocation_request, {
oauth_server :: gleam@uri:uri(),
token :: binary(),
token_type_hint :: gleam@option:option(flwr_oauth2@revocation:token_type_hint()),
credentials :: flwr_oauth2@authentication:client_authentication()
}).