• Returns Laserfiche account id (customer id) from Laserfiche jwt claims

    Parameters

    Returns string

    const jwt : AccessTokenUtils.JWT = {
    header: { 'typ': 'JWT'},
    payload: {'csid' : '123456789'},
    signature: '_signature'
    }
    getAccountIdFromLfJWT(jwt); // '123456789';