* Authenticate with a password. * Call this if initial authentication failed or to try a different password. * @returns true if authentication succeeded
(password: string)
| 86 | * @returns true if authentication succeeded |
| 87 | */ |
| 88 | authenticate(password: string): boolean; |
| 89 | |
| 90 | // ───────────────────────────────────────────────────────────────────────────── |
| 91 | // Object access |
no outgoing calls
no test coverage detected