PasswordOptions
Defined in: src/token.ts:77
Extends
Section titled “Extends”Properties
Section titled “Properties”digits?
Section titled “digits?”
optionaldigits?:boolean
Defined in: src/token.ts:80
engine?
Section titled “engine?”
optionalengine?:EngineLike
Defined in: src/token.ts:14
Draw from this engine instead of the CSPRNG. For deterministic tests.
Inherited from
Section titled “Inherited from”lower?
Section titled “lower?”
optionallower?:boolean
Defined in: src/token.ts:78
requireEach?
Section titled “requireEach?”
optionalrequireEach?:boolean
Defined in: src/token.ts:85
Guarantee at least one character from every enabled class.
symbols?
Section titled “symbols?”
optionalsymbols?:boolean
Defined in: src/token.ts:81
unambiguous?
Section titled “unambiguous?”
optionalunambiguous?:boolean
Defined in: src/token.ts:83
Exclude characters that are easy to misread when transcribed.
upper?
Section titled “upper?”
optionalupper?:boolean
Defined in: src/token.ts:79