Class AuthClient

java.lang.Object
com.developer.nefarious.zjoule.plugin.auth.AuthClient
All Implemented Interfaces:
IAuthClient

public class AuthClient extends Object implements IAuthClient
The AuthClient class provides functionality to authenticate with a service and retrieve access tokens. It interacts with memory storage for access tokens and service keys and uses an HTTP client to make requests to the authentication server.