UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

7 lines (6 loc) 134 B
export declare class TokenInfo { accessToken: string; tokenType: string; refreshToken: string; redirectUrl: string; }