Uses of Class
com.networknt.http.client.exception.ClientException
-
Packages that use ClientException Package Description com.networknt.http.client.oauth -
-
Uses of ClientException in com.networknt.http.client.oauth
Methods in com.networknt.http.client.oauth that throw ClientException Modifier and Type Method Description static StringOauthHelper. derefToken(DerefRequest derefRequest)De-reference a simple web token to JWT token from OAuth 2.0 provider.static StringOauthHelper. derefToken(DerefRequest derefRequest, String envTag)De-reference a simple web token to JWT token from OAuth 2.0 provider.static StringOauthHelper. getKey(KeyRequest keyRequest)Get the certificate from key distribution service of OAuth 2.0 provider with the kid.static StringOauthHelper. getKey(KeyRequest keyRequest, String envTag)Get the certificate from key distribution service of OAuth 2.0 provider with the kid.
-