Uses of Class
com.nimbusds.oauth2.sdk.auth.PrivateKeyJWT
-
Packages that use PrivateKeyJWT Package Description com.nimbusds.oauth2.sdk.auth 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 PrivateKeyJWT Modifier and Type Method Description static PrivateKeyJWTPrivateKeyJWT. parse(HTTPRequest httpRequest)Parses the specified HTTP POST request for a private key JSON Web Token (JWT) authentication.static PrivateKeyJWTPrivateKeyJWT. parse(String paramsString)Parses a private key JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencodedencoded parameters string.static PrivateKeyJWTPrivateKeyJWT. parse(Map<String,List<String>> params)Parses the specified parameters map for a private key JSON Web Token (JWT) authentication.
-