Uses of Class
com.nimbusds.oauth2.sdk.auth.JWTAuthentication
Packages that use JWTAuthentication
Package
Description
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
-
Uses of JWTAuthentication in com.nimbusds.oauth2.sdk.auth
Subclasses of JWTAuthentication in com.nimbusds.oauth2.sdk.authModifier and TypeClassDescriptionfinal classClient secret JWT authentication at the Token endpoint.final classPrivate key JWT authentication at the Token endpoint.Methods in com.nimbusds.oauth2.sdk.auth that return JWTAuthenticationModifier and TypeMethodDescriptionstatic JWTAuthenticationJWTAuthentication.parse(HTTPRequest httpRequest) Parses the specified HTTP request for a JSON Web Token (JWT) based client authentication.