Class DonationAlertsUsersApi

Donation Alerts Users API.

Allows fetching the authorized user.

Hierarchy

  • BaseApi
    • DonationAlertsUsersApi

Methods

  • Gets the socket connection token of the specified user.

    Requires oauth-user-show scope.

    Parameters

    • user: UserIdResolvable

      The ID of the user to get profile for.

    • Optional rateLimiterOptions: RateLimiterRequestOptions

      The rate limiter options.

    Returns Promise<string>

    Throws

    HttpError if response status code is out of 200-299 range.

    Throws

    UnregisteredUserError if the user you are trying to get is not registered in authentication provider.

    Throws

    MissingScopeError if the access token does not have oauth-user-show scope.

Generated using TypeDoc