EdgeWebrtcConnection.passwordAuthenticate()
DESCRIPTION
Attempt password authentication on the device.
DECLARATION
passwordAuthenticate(username: string, password: string): Promise<void>
PARAMETERS
username:
- Username to authenticate as
password:
- Password for authentication
RETURNS
Promise resolved if the authentication succeeded.