• ParseUnverifiedJWT parses JWT and returns its claims but DOES NOT verify the signature.

    It verifies only the exp, iat and nbf claims.

    Parameters

    • token: string

    Returns _TygojaDict

Generated using TypeDoc