Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
com.nimbusds.oauth2.sdk.auth |
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
|
Modifier and Type | Method | Description |
---|---|---|
TLSClientAuthentication |
RequestObjectPOSTRequest.getTLSClientAuthentication() |
Returns the mutual TLS client authentication.
|
Constructor | Description |
---|---|
RequestObjectPOSTRequest(URI uri,
TLSClientAuthentication tlsClientAuth,
net.minidev.json.JSONObject requestJSONObject) |
Creates a new request object POST request where the parameters are
submitted as plain JSON object, and the client authenticates by
means of mutual TLS.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PKITLSClientAuthentication |
PKI mutual TLS client authentication at the Token endpoint.
|
class |
SelfSignedTLSClientAuthentication |
Self-signed certificate mutual TLS client authentication at the Token
endpoint.
|
Copyright © 2019 Connect2id Ltd.. All rights reserved.