UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

7 lines (6 loc) 181 B
export declare abstract class OAuthGrantBase { abstract type: string; clientId: string; clientSecret: string; constructor(clientId: string, clientSecret: string); }