Uses of Class
com.nimbusds.oauth2.sdk.auth.JWTAuthentication
-
Packages that use JWTAuthentication Package Description com.nimbusds.oauth2.sdk.auth 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.auth Modifier and Type Class Description classClientSecretJWTClient secret JWT authentication at the Token endpoint.classPrivateKeyJWTPrivate key JWT authentication at the Token endpoint.Methods in com.nimbusds.oauth2.sdk.auth that return JWTAuthentication Modifier and Type Method Description static JWTAuthenticationJWTAuthentication. parse(HTTPRequest httpRequest)Parses the specified HTTP request for a JSON Web Token (JWT) based client authentication.
-