MCPcopy Create free account
hub / github.com/basarat/typescript-book / Credentials

Interface Credentials

code/compiler/typings/node/node.d.ts:1571–1571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569 ciphers: string;
1570 }
1571 export interface Credentials { context?: any; }
1572 export function createCredentials(details: CredentialDetails): Credentials;
1573 export function createHash(algorithm: string): Hash;
1574 export function createHmac(algorithm: string, key: string): Hmac;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected