GetTokenSecret returns the API token secret for token-based authentication. Returns empty string if using password authentication.
()
| 97 | // GetTokenSecret returns the API token secret for token-based authentication. |
| 98 | // Returns empty string if using password authentication. |
| 99 | GetTokenSecret() string |
| 100 | |
| 101 | // GetInsecure returns true if TLS certificate verification should be skipped. |
| 102 | GetInsecure() bool |
no outgoing calls