PushedAuthorizationException

Common base for the two exceptions start throws when Pushed Authorization Requests (PAR) cannot be completed. Catch this type to handle "PAR didn't work" generically, or catch the specific subtype (PushedAuthorizationRequiredException or PushedAuthorizationRequestException) to distinguish a server-mandated failure from an optional one.

Inheritors

Properties

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