• Returns Laserfiche trustee id (user id) from Laserfiche jwt claims

    Parameters

    Returns string

    const jwt : AccessTokenUtils.JWT = {
    header: { 'typ': 'JWT'},
    payload: {'trid' : '1008'},
    signature: '_signature'
    }
    getTrusteeIdFromLfJWT(jwt); // '1008';