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