Uses of Class
com.networknt.http.client.oauth.TokenRequest
-
Packages that use TokenRequest Package Description com.networknt.http.client com.networknt.http.client.oauth -
-
Uses of TokenRequest in com.networknt.http.client
Subclasses of TokenRequest in com.networknt.http.client Modifier and Type Class Description classAuthorizationCodeRequestCreated by steve on 02/09/16.classClientAuthenticatedUserRequestclassClientCredentialsRequestload default values from client.yml for client credentials grant, overwrite by setters in case you want to change it at runtime.classRefreshTokenRequestclassSAMLBearerRequestThis holds values used to call the SAML Bearer grant flow from the OAuth Server.Methods in com.networknt.http.client with parameters of type TokenRequest Modifier and Type Method Description HttpRequestIClientRequestComposable. composeClientRequest(TokenRequest tokenRequest)compose an actual HttpRequest based on the given TokenRequest model. -
Uses of TokenRequest in com.networknt.http.client.oauth
Methods in com.networknt.http.client.oauth with parameters of type TokenRequest Modifier and Type Method Description static StringOauthHelper. getEncodedString(TokenRequest request)static Result<TokenResponse>OauthHelper. getTokenResult(TokenRequest tokenRequest)Get an access token from the token service.static Result<TokenResponse>OauthHelper. getTokenResult(TokenRequest tokenRequest, String envTag)Get an access token from the token service.
-