Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "users"

Index

Functions

getUserInfo

  • Return user info by an access token.

    Parameters

    • accessToken: string

      The accessToken.

    Returns Promise<GetUserInfoResult>

    The promise with the result.

getUserToken

  • Return an access token by username and password.

    Parameters

    • username: string

      The username.

    • password: string

      The password.

    Returns Promise<GetUserTokenResult>

    The promise with the result.

Generated using TypeDoc