Options
All
  • Public
  • Public/Protected
  • All
Menu

claviz-node-api

Index

Functions

  • getClavizToken(url: string, username: string, password: string): Promise<string>
  • Returns a token for the user.

    Parameters

    • url: string

      The url of the server.

    • username: string

      The username of the user.

    • password: string

      The password of the user.

    Returns Promise<string>

    A token string.

Generated using TypeDoc