PushedAuthorizationRequiredException

Thrown by start when PAR is required by the authorization server (require_pushed_authorization_requests) but cannot be used — either no PAR endpoint was discovered, or the PAR request itself failed and fallback is not applicable because the server mandates PAR.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?