AccessTokenLoginOptions
Options to log in with an access token.
Props
accessToken
accessToken: string
Access token.
It is obtained either from LoginResult.loginTokens, or via Client.refreshTokens.
deviceToken
deviceToken: string
Device (browser) identifier.
Should be the same as the identifier provided for Client.login or Client.loginOneTimeKey.
username
username: string
Full user name, including app and account name, e.g., someuser@someapp.youraccount.voximplant.com.