- import { ApiKeyCredentials } from "./apiKeyCredentials";
- export declare class TopicCredentials extends ApiKeyCredentials {
- /**
- * Creates a new EventGrid TopicCredentials object.
- *
- * @constructor
- * @param {string} topicKey The EventGrid topic key
- */
- constructor(topicKey: string);
- }
- //# sourceMappingURL=topicCredentials.d.ts.map
|