UNPKG

@mytiki/tiki-sdk-js

Version:

JS SDK for client-side integration with TIKI

8 lines (7 loc) 146 B
export interface JWT { accessToken: string; tokenType: string; expires: Date; refreshToken?: string; scope?: Array<string>; }