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