Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 770 Bytes

File metadata and controls

18 lines (11 loc) · 770 Bytes

elections-cpl.api.hscc.bdpa.orgDocs


elections-cpl.api.hscc.bdpa.org / lib/next-auth/constants / NULL_BEARER_TOKEN

Variable: NULL_BEARER_TOKEN

const NULL_BEARER_TOKEN: "00000000-0000-0000-0000-000000000000" = '00000000-0000-0000-0000-000000000000'

This string is guaranteed never to appear in data generated during tests or in production. Hence, this string can be used to represent a null or non-existent token. This string cannot be used for authenticated HTTP access to the API.

Source

lib/next-auth/constants.ts:22