Skip to content

Commit

Permalink
fix(mtls): remove unused clientCertSource method (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Jun 18, 2021
1 parent b70dc2e commit 5c62b71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clientInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export interface ClientOptions
clientConfig?: gax.ClientConfig;
fallback?: boolean | 'rest' | 'proto';
apiEndpoint?: string;
// clientCertSource must return a tuple of cert and key, which
// are used to configure mTLS:
clientCertSource?: (callback: () => [string, string]) => void;
}

export interface Descriptors {
Expand Down

0 comments on commit 5c62b71

Please sign in to comment.