UNPKG

@azure/ms-rest-nodeauth

Version:

Azure Authentication library in node.js with type definitions.

14 lines 403 B
import { ApiKeyCredentials } from "@azure/ms-rest-js"; /** * Creates a new CognitiveServicesCredentials object. */ export declare class TopicCredentials extends ApiKeyCredentials { /** * Creates a new EventGrid TopicCredentials object. * * * @param topicKey - The EventGrid topic key */ constructor(topicKey: string); } //# sourceMappingURL=topicCredentials.d.ts.map