UNPKG

@wristband/express-auth

Version:

SDK for integrating your ExpressJS application with Wristband. Handles user authentication and token management.

6 lines (5 loc) 170 B
import { AxiosInstance } from 'axios'; export declare class WristbandApiClient { axiosInstance: AxiosInstance; constructor(wristbandApplicationDomain: string); }