Uses of Class
com.nimbusds.oauth2.sdk.auth.SelfSignedTLSClientAuthentication
Packages that use SelfSignedTLSClientAuthentication
Package
Description
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
-
Uses of SelfSignedTLSClientAuthentication in com.nimbusds.oauth2.sdk.auth
Methods in com.nimbusds.oauth2.sdk.auth that return SelfSignedTLSClientAuthenticationModifier and TypeMethodDescriptionSelfSignedTLSClientAuthentication.parse
(HTTPRequest httpRequest) Parses a self-signed certificate mutual TLS client authentication from the specified HTTP request.