IsUsingTokenAuth returns true if configured for API token authentication, false if using password authentication.
()
| 104 | // IsUsingTokenAuth returns true if configured for API token authentication, |
| 105 | // false if using password authentication. |
| 106 | IsUsingTokenAuth() bool |
| 107 | |
| 108 | // GetAPIToken returns the complete API token string in Proxmox format: |
| 109 | // "PVEAPIToken=USER@REALM!TOKENID=SECRET" |
no outgoing calls