Uses of Class
com.nimbusds.oauth2.sdk.auth.SelfSignedTLSClientAuthentication
-
Packages that use SelfSignedTLSClientAuthentication Package Description com.nimbusds.oauth2.sdk.auth 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 SelfSignedTLSClientAuthentication Modifier and Type Method Description static SelfSignedTLSClientAuthenticationSelfSignedTLSClientAuthentication. parse(HTTPRequest httpRequest)Parses a self-signed certificate mutual TLS client authentication from the specified HTTP request.
-