Class AuthClientHelper

java.lang.Object
com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
All Implemented Interfaces:
IAuthClientHelper

public class AuthClientHelper extends Object implements IAuthClientHelper
A helper class for the AuthClient that provides utility methods for constructing HTTP requests, parsing responses, and managing URI conversions.
  • Constructor Details

    • AuthClientHelper

      public AuthClientHelper()
      Constructs a new AuthClientHelper instance and initializes a Gson instance.
  • Method Details