Skip to content

Variable: RedcapToken ​

RedcapToken: Constructor<RedcapToken>

Defined in: packages/redcap-core/dist/brands/token.d.ts:36

Validate and brand a string as RedcapToken.

Param ​

The string to validate

Returns ​

The branded RedcapToken

Throws ​

If the value is not a valid token format

Example ​

typescript
const token = RedcapToken('A1B2C3D4E5F67890A1B2C3D4E5F67890');