TokenRequestHandler.Params |
TokenRequestHandler.Params.setAuthorization(String authorization) |
Set the value of the Authorization header in the token
request.
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setClientCertificatePath(String[] path) |
Set the path of the client's certificate, each in PEM format.
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setDpop(String dpop) |
Set the DPoP proof JWT (the value of the DPoP HTTP header).
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setHtm(String htm) |
Set the HTTP method of the token request.
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setHtu(String htu) |
Set the URL of the token endpoint.
|
TokenRequestHandler.Params |
TokenRequestHandler.Params.setParameters(javax.ws.rs.core.MultivaluedMap<String,String> parameters) |
Set the request parameters of the token request.
|