Rate this page:

AccessTokenLoginOptions

Options to log in with an access token.

Props

accessToken

Copy URL
accessToken: 

string

Access token.

It is obtained either from LoginResult.loginTokens, or via Client.refreshTokens.

deviceToken

Copy URL
deviceToken: 

string

Device (browser) identifier.

Should be the same as the identifier provided for Client.login or Client.loginOneTimeKey.

username

Copy URL
username: 

string

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