GetPassword returns the password for password-based authentication. Returns empty string if using token authentication.
()
| 86 | // GetPassword returns the password for password-based authentication. |
| 87 | // Returns empty string if using token authentication. |
| 88 | GetPassword() string |
| 89 | |
| 90 | // GetRealm returns the authentication realm (e.g., "pam", "pve"). |
| 91 | GetRealm() string |
no outgoing calls