Code referencelibcryptolib/crypto/tokensfunctionsFunction: hashToken()On this pageFunction: hashToken() hashToken(token): Promise<string> Defined in: src/lib/crypto/tokens.ts:21 SHA-256 hash of a token, hex-encoded. Store this (never the raw token) and match against it. Parameters token string Returns Promise<string>