Session

Hierarchy

  • Session

Properties

Methods

Properties

userID: string

The user id you want to connect

Methods

  • The Kaleyra Video SDK adopts a strong authentication mechanism based on JWT access tokens. Whenever the SDK needs an access token for a particular user, this component will be asked to provide an access token for a particular user.

    Parameters

    • userId: string

      the user which requires a token refresh

    Returns Promise<string>

    a promise containing the access token if completed successfully.

Generated using TypeDoc