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

include/oauth2_AuthorizationCodeGrantRedirectUriWithPKCE.hrl

-record(authorization_code_grant_redirect_uri_with_p_k_c_e, {
oauth_server :: gleam@uri:uri(),
response_type :: oauth2:response_type(),
redirect_uri :: gleam@option:option(gleam@uri:uri()),
client_id :: oauth2:client_id(),
scope :: list(binary()),
state :: gleam@option:option(oauth2:state()),
code_challange :: binary()
}).