UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 219 B
/** An oAuth2 Client Secret */ export interface ClientSecret { /** client's client_id */ clientId: string; /** client's client_secret */ clientSecret: string; } //# sourceMappingURL=ClientSecret.d.ts.map