UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

7 lines (6 loc) 265 B
import { OAuthGrantBase } from "./oauth-grant-base"; import { OAuthGrantType } from "./oauth-grant-type"; export default class OAuthClientCredentialsGrant extends OAuthGrantBase { type: OAuthGrantType; constructor(clientId: string, clientSecret: string); }