Uses of Class
com.nimbusds.oauth2.sdk.auth.PrivateKeyJWT
Packages that use PrivateKeyJWT
Package
Description
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
-
Uses of PrivateKeyJWT in com.nimbusds.oauth2.sdk.auth
Methods in com.nimbusds.oauth2.sdk.auth that return PrivateKeyJWTModifier and TypeMethodDescriptionstatic PrivateKeyJWT
PrivateKeyJWT.parse
(HTTPRequest httpRequest) Parses the specified HTTP POST request for a private key JSON Web Token (JWT) authentication.static PrivateKeyJWT
Parses a private key JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static PrivateKeyJWT
Parses the specified parameters map for a private key JSON Web Token (JWT) authentication.