PushedAuthReqRequest |
PushedAuthReqRequest.setClientCertificate(String certificate) |
Set the client certificate used in the TLS connection between the client
application and the pushed authorization request endpoint.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setClientCertificatePath(String[] path) |
Set the client certificate path presented by the client during client
authentication.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setClientId(String clientId) |
Set the client ID extracted from the Authorization header of the
request to the pushed authorization request endpoint.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setClientSecret(String clientSecret) |
Set the client secret extracted from the Authorization header of
the request to the pushed authorization request endpoint.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setDpop(String dpop) |
Set the DPoP header presented by the client during the request
to the PAR endpoint.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setDpopNonceRequired(boolean required) |
Set the flag indicating whether to check if the DPoP proof JWT includes
the expected nonce value.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setHtm(String htm) |
Set the HTTP method of the pushed authorization request.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setHtu(String htu) |
Set the URL of the PAR endpoint.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setOauthClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setOauthClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setParameters(String parameters) |
Set the request parameters that the pushed authorization request
endpoint received from the client application.
|