This credentials class allow the user to use the SDK by providing username and password as authentication parameters.

Hierarchy

  • LoginCredentials

Implements

Constructors

Methods

Constructors

Methods

  • Requests the authentication token, the first time a login request is done, after that if a valid refresh token is available we use it to get a new token.

    Returns

    valid token to make requests to the Platform API

    Returns Promise<string>

Generated using TypeDoc