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

include/flwr_oauth2@pkce_AuthorizationCodeGrantTokenRequestWithPKCE.hrl

-record(authorization_code_grant_token_request_with_p_k_c_e, {
token_endpoint :: gleam@uri:uri(),
authentication :: flwr_oauth2@authentication:client_authentication(),
redirect_uri :: gleam@option:option(gleam@uri:uri()),
code :: binary(),
code_verifier :: binary()
}).