Uses of Package
com.networknt.http.client.oauth
-
Packages that use com.networknt.http.client.oauth Package Description com.networknt.http.client com.networknt.http.client.oauth com.networknt.http.client.oauth.cache -
Classes in com.networknt.http.client.oauth used by com.networknt.http.client Class Description TokenRequest Created by steve on 02/09/16. -
Classes in com.networknt.http.client.oauth used by com.networknt.http.client.oauth Class Description Jwt a model class represents a JWT mostly for caching usage so that we don't need to decrypt jwt string to get info.Jwt.Key a inner model tight to Jwt, this key is to represent to a Jwt for caching or other usage for now it's only identified by scopes and serviceId.TokenManager This class is a singleton to manage ALL tokens.TokenRequest Created by steve on 02/09/16.TokenResponse TokenResponse is extended from Status so that error response can be handled gracefully. -
Classes in com.networknt.http.client.oauth used by com.networknt.http.client.oauth.cache Class Description Jwt a model class represents a JWT mostly for caching usage so that we don't need to decrypt jwt string to get info.Jwt.Key a inner model tight to Jwt, this key is to represent to a Jwt for caching or other usage for now it's only identified by scopes and serviceId.