RevocationRequestHandler.Params |
RevocationRequestHandler.Params.setAuthorization(String authorization) |
Set the value of the Authorization header in the revocation
request.
|
RevocationRequestHandler.Params |
RevocationRequestHandler.Params.setClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
RevocationRequestHandler.Params |
RevocationRequestHandler.Params.setClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
RevocationRequestHandler.Params |
RevocationRequestHandler.Params.setClientCertificatePath(String[] path) |
Set the path of the client's certificate, each in PEM format.
|
RevocationRequestHandler.Params |
RevocationRequestHandler.Params.setParameters(javax.ws.rs.core.MultivaluedMap<String,String> parameters) |
Set the request parameters of the revocation request.
|