RevocationRequest |
RevocationRequest.setClientCertificate(String certificate) |
Set the client certificate used in the TLS connection between the
client application and the revocation endpoint.
|
RevocationRequest |
RevocationRequest.setClientCertificatePath(String[] path) |
Set the client certificate path presented by the client during client
authentication.
|
RevocationRequest |
RevocationRequest.setClientId(String clientId) |
Set the client ID extracted from Authorization header
of the token revocation request from the client application.
|
RevocationRequest |
RevocationRequest.setClientSecret(String clientSecret) |
Set the client secret extracted from Authorization header
of the token revocation request from the client application.
|
RevocationRequest |
RevocationRequest.setOauthClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
RevocationRequest |
RevocationRequest.setOauthClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
RevocationRequest |
RevocationRequest.setParameters(String parameters) |
Set the value of parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application.
|
RevocationRequest |
RevocationRequest.setParameters(Map<String,String[]> parameters) |
Set the value of parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application.
|