OneTimeKeyLoginOptions
Options to log in with a one-time key.
Props
deviceToken
deviceToken: string
Optional device (browser) identifier.
If a web application is going to authenticate with a renewable tokens via Client.loginAccessToken, it is required to provide this identifier.
hash
hash: string
Hash that has been generated via the following formula:
MD5(oneTimeKey+"|"+MD5(user+":voximplant.com:"+password))
.
username
username: string
Full user name, including app and account name, e.g., someuser@someapp.youraccount.voximplant.com.