wechaty-puppet-service
Version:
Puppet Service for Wechaty
9 lines • 487 B
TypeScript
import { CallMetadataGenerator } from './grpc-js.js';
/**
* With server authentication SSL/TLS and a custom header with token
* https://grpc.io/docs/guides/auth/#with-server-authentication-ssltls-and-a-custom-header-with-token-1
*/
declare const metaGeneratorToken: (token: string) => CallMetadataGenerator;
declare const callCredToken: (token: string) => import("@grpc/grpc-js").CallCredentials;
export { callCredToken, metaGeneratorToken, };
//# sourceMappingURL=call-cred.d.ts.map