Uses of Class
com.nimbusds.oauth2.sdk.auth.ClientSecretPost
Packages that use ClientSecretPost
Package
Description
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
-
Uses of ClientSecretPost in com.nimbusds.oauth2.sdk.auth
Methods in com.nimbusds.oauth2.sdk.auth that return ClientSecretPostModifier and TypeMethodDescriptionstatic ClientSecretPostClientSecretPost.parse(HTTPRequest httpRequest) Parses a client secret post authentication from the specified HTTP POST request.static ClientSecretPostParses a client secret post authentication from the specifiedapplication/x-www-form-urlencodedencoded parameters string.static ClientSecretPostParses a client secret post authentication from the specified parameters map.