setEnablePushedAuthorizationRequests

fun setEnablePushedAuthorizationRequests(enablePushedAuthorizationRequests: Boolean): OAuth2ClientBuilder

Enables Pushed Authorization Requests (PAR) for browser-based authorization flows.

PAR is used whenever the discovered authorization server metadata advertises a pushed_authorization_request_endpoint — this applies to the org authorization server as well as custom ones. Defaults to false.

Return

This builder for chaining.

Parameters

enablePushedAuthorizationRequests

Whether PAR should be used when available.