Skip to content

hashScimToken

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/scim/scim.constants.ts

sha256 of a presented bearer token — matched against ScimToken.tokenHash.

Signature

ts
function hashScimToken(plaintext: string): string

Parameters

NameType
plaintextstring

Returns: string

Was this page helpful?

Download as PDF