Variable credentialsConst

credentials: {
    combineCallCredentials: ((first: CallCredentials, ...additional: CallCredentials[]) => CallCredentials);
    combineChannelCredentials: ((channelCredentials: ChannelCredentials, ...callCredentials: CallCredentials[]) => ChannelCredentials);
    createEmpty: typeof createEmpty;
    createFromGoogleCredential: typeof createFromGoogleCredential;
    createFromMetadataGenerator: typeof createFromMetadataGenerator;
    createFromSecureContext: typeof createFromSecureContext;
    createInsecure: typeof createInsecure;
    createSsl: typeof createSsl;
}

** Client Credentials ***

Type declaration

Generated using TypeDoc