UserInfoRequest |
UserInfoRequest.setClientCertificate(String certificate) |
Set the client certificate used in the TLS connection established
between the client application and the userinfo endpoint.
|
UserInfoRequest |
UserInfoRequest.setDpop(String dpop) |
Set the DPoP header presented by the client during the request
to the userinfo endpoint.
|
UserInfoRequest |
UserInfoRequest.setDpopNonceRequired(boolean required) |
Set the flag indicating whether to check if the DPoP proof JWT includes
the expected nonce value.
|
UserInfoRequest |
UserInfoRequest.setHeaders(Pair[] headers) |
Set the HTTP headers included in the userinfo request.
|
UserInfoRequest |
UserInfoRequest.setHtm(String htm) |
Set the HTTP method of the userinfo request.
|
UserInfoRequest |
UserInfoRequest.setHtu(String htu) |
Set the URL of the userinfo endpoint.
|
UserInfoRequest |
UserInfoRequest.setMessage(String message) |
Deprecated.
|
UserInfoRequest |
UserInfoRequest.setRequestBodyContained(boolean contained) |
Set the flag indicating whether the userinfo request contains a request
body.
|
UserInfoRequest |
UserInfoRequest.setTargetUri(URI targetUri) |
Set the target URI of the userinfo request, including the query part,
if any.
|
UserInfoRequest |
UserInfoRequest.setToken(String token) |
Set the access token which has been issued by Authlete.
|
UserInfoRequest |
UserInfoRequest.setUri(String uri) |
Deprecated.
|