@interncom/diplomatic 0.13.4 → 0.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ export type PrfCreateOpts = PrfRp & {
|
|
|
5
5
|
userName?: string;
|
|
6
6
|
/** Omit so the UA can offer roaming keys (YubiKey) and third-party providers. */
|
|
7
7
|
authenticatorAttachment?: "platform" | "cross-platform";
|
|
8
|
-
/**
|
|
8
|
+
/** Seal salt (eval is on get, not create — some UAs throw on create-time eval). */
|
|
9
9
|
salt?: Uint8Array;
|
|
10
10
|
};
|
|
11
11
|
/** Default salt for DIPLOMATIC PRF eval (UTF-8). */
|