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 ClientSecretJWTClientSecretJWT.parse(HTTPRequest httpRequest) Parses the specified HTTP POST request for a client secret JSON Web Token (JWT) authentication.static ClientSecretJWTParses a client secret JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencodedencoded parameters string.static ClientSecretJWTParses the specified parameters map for a client secret JSON Web Token (JWT) authentication.