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

include/flwr_oauth2@authorization_grant_ErrorResponse.hrl

-record(error_response, {
state :: gleam@option:option(flwr_oauth2@authorization_grant:state()),
error :: binary(),
error_description :: gleam@option:option(binary()),
error_uri :: gleam@option:option(gleam@uri:uri())
}).