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 ClientSecretPost
ClientSecretPost.parse
(HTTPRequest httpRequest) Parses a client secret post authentication from the specified HTTP POST request.static ClientSecretPost
Parses a client secret post authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static ClientSecretPost
Parses a client secret post authentication from the specified parameters map.