Click or drag to resize

Credentials Constructor

Overload List
  NameDescription
Public methodCredentials(String)
Constructor that takes the URL. Used for token authentication.
Public methodCredentials(String, String)
Constructor that takes an authentication token created by the user or an ApiKey. If providing an ApiKey set useApiKey to true.
Public methodCredentials(String, String, String)
Constructor that takes the user name and password.
Top
See Also