Searched refs:isValidKey (Results 1 – 3 of 3) sorted by relevance
133 if (!isValidKey(key)) {137 function isValidKey(key) { function
1 …isValidKey(key)) {\n throw new Error(\n `Invalid key provided to SecureStore. Keys must no…
206 if (!isValidKey(key)) {213 function isValidKey(key: string) { function