GetTokenID returns the API token ID for token-based authentication. Returns empty string if using password authentication.
()
| 93 | // GetTokenID returns the API token ID for token-based authentication. |
| 94 | // Returns empty string if using password authentication. |
| 95 | GetTokenID() string |
| 96 | |
| 97 | // GetTokenSecret returns the API token secret for token-based authentication. |
| 98 | // Returns empty string if using password authentication. |
no outgoing calls