UNPKG

@mytiki/tiki-sdk-js

Version:

JS SDK for client-side integration with TIKI

8 lines (7 loc) 152 B
export interface RspToken { accessToken: string; tokenType: string; expires: number; refreshToken?: string; scope: Array<string>; }