Uses of Class
com.networknt.http.client.KeyRequest
-
Packages that use KeyRequest Package Description com.networknt.http.client.oauth -
-
Uses of KeyRequest in com.networknt.http.client.oauth
Methods in com.networknt.http.client.oauth with parameters of type KeyRequest Modifier and Type Method Description 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.
-