Credentials Constructor |
| Name | Description | |
|---|---|---|
| Credentials(String) |
Constructor that takes the URL. Used for token authentication.
| |
| Credentials(String, String) |
Constructor that takes an authentication token created by the user or an ApiKey. If providing an ApiKey
set useApiKey to true.
| |
| Credentials(String, String, String) |
Constructor that takes the user name and password.
|