Current section
Files
Jump to
Current section
Files
include/flwr_oauth2@assertions_AssertionAuthorizationGrantRequest.hrl
-record(assertion_authorization_grant_request, {
token_endpoint :: gleam@uri:uri(),
assertion :: binary(),
grant_type :: binary(),
authentication :: gleam@option:option(flwr_oauth2@authentication:client_authentication()),
scope :: list(binary())
}).