UNPKG

@livechat/customer-auth

Version:

Authorization library for connecting to LiveChat as a customer.

7 lines 370 B
import { CustomerAuth as CustomerAuthType, Config as AuthConfig, Token as AuthToken } from './types'; export { default, isExpiredToken } from './auth'; export { default as validateConfig } from './validateConfig'; export type CustomerAuth = CustomerAuthType; export type Config = AuthConfig; export type CustomerAuthToken = AuthToken; //# sourceMappingURL=index.d.ts.map