sha256
Function: sha256()
sha256(
s):string
Defined in: src/services/auth/refreshStore.ts:15
SHA-256 hash of a string (hex-encoded). Used internally for token hashing; exported for tests.
Parameters
s
string
Input string to hash.
Returns
string
64-character hex-encoded SHA-256 hash.