• import { jwtDecode } from '@src/hylo-components/utils/hylo/hylo';

    Decodes a JWT token.

    Parameters

    • token: string

    Returns any

    the decoded token

    Throws

    if the token is invalid or cannot be decoded

Generated using TypeDoc