Rate this page:

OneTimeKeyLoginOptions

Options to log in with a one-time key.

Props

deviceToken

Copy URL
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

Copy URL
hash: 

string

Hash that has been generated via the following formula: MD5(oneTimeKey+"|"+MD5(user+":voximplant.com:"+password)) .

username

Copy URL
username: 

string

Full user name, including app and account name, e.g., someuser@someapp.youraccount.voximplant.com.