getDatalayerJwtUser
Datalayer Core / getDatalayerJwtUser
Function: getDatalayerJwtUser()
getDatalayerJwtUser(
token):DatalayerJwtUser|null
Defined in: src/utils/Jwt.ts:67
Extract the Datalayer user object from a JWT, returning null if the
token is missing or cannot be decoded.
Parameters
token
string | null | undefined
Returns
DatalayerJwtUser | null