OAuthProxyConfig.tokenEndpointAuthMethod

How the proxy authenticates to the upstream token endpoint. Defaults to client_secret_post (credentials in the form body); set to client_secret_basic to send them via the HTTP Basic header.

struct OAuthProxyConfig
TokenEndpointAuthMethod tokenEndpointAuthMethod;