feat(FN-4790): complete Step 2 — export secrets crypto API
Fusion-Task-Id: FN-4790 Fusion-Task-Lineage: 4daf3560-7b02-4fbf-9e0a-45e048b795a1
This commit is contained in:
committed by
gsxdsm
parent
63abf5cac4
commit
5475c76e7e
@@ -1098,3 +1098,14 @@ export type { StoredAuthCredential } from "./oauth-credential-interop.js";
|
|||||||
|
|
||||||
// ── Error helpers ─────────────────────────────────────────
|
// ── Error helpers ─────────────────────────────────────────
|
||||||
export { getErrorMessage } from "./error-message.js";
|
export { getErrorMessage } from "./error-message.js";
|
||||||
|
|
||||||
|
// ── Secrets crypto ───────────────────────────────────────
|
||||||
|
export {
|
||||||
|
createSecretCipher,
|
||||||
|
SecretCryptoError,
|
||||||
|
redactForLog,
|
||||||
|
} from "./secrets-crypto.js";
|
||||||
|
export type {
|
||||||
|
MasterKeyProvider,
|
||||||
|
EncryptedSecret,
|
||||||
|
} from "./secrets-crypto.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user