Uses of Class
com.networknt.http.client.SignRequest
-
Packages that use SignRequest Package Description com.networknt.http.client.oauth -
-
Uses of SignRequest in com.networknt.http.client.oauth
Methods in com.networknt.http.client.oauth with parameters of type SignRequest Modifier and Type Method Description static Result<TokenResponse>OauthHelper. getSignResult(SignRequest signRequest)Get a signed JWT token from token service to ensure that nobody can modify the payload when the token is passed from service to service.static Result<TokenResponse>OauthHelper. getSignResult(SignRequest signRequest, String envTag)Get a signed JWT token from token service to ensure that nobody can modify the payload when the token is passed from service to service.
-