Package com.networknt.http.client.oauth
-
Class Summary 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.OauthHelper 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.