PushedAuthorizationRequestException
class PushedAuthorizationRequestException(message: String, cause: Throwable? = null) : AuthorizationCodeFlow.PushedAuthorizationException
Thrown by start when PAR is optional, the PAR request fails, and OAuth2Client.configuration's allowPushedAuthorizationRequestFallback is disabled.