Skip to content

Commit 0013c06

Browse files
ggirottobojeil-google
authored andcommitted
Changes saltSeparator type from string to Buffer (#721)
1 parent ed98926 commit 0013c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ declare namespace admin.auth {
863863
* The salt separator in buffer bytes which is appended to salt when
864864
* verifying a password. This is only used by the `SCRYPT` algorithm.
865865
*/
866-
saltSeparator?: string;
866+
saltSeparator?: Buffer;
867867

868868
/**
869869
* The number of rounds for hashing calculation.

0 commit comments

Comments
 (0)