{"nodes": [{"id": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "label": "Manager.php", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L1"}, {"id": "src_manager_manager", "label": "Manager", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L20"}, {"id": "src_manager_manager_construct", "label": ".__construct()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L67"}, {"id": "src_manager_manager_encode", "label": ".encode()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L80"}, {"id": "src_manager_manager_decode", "label": ".decode()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L96"}, {"id": "src_manager_manager_refresh", "label": ".refresh()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L120"}, {"id": "src_manager_manager_invalidate", "label": ".invalidate()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L146"}, {"id": "src_manager_manager_buildrefreshclaims", "label": ".buildRefreshClaims()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L164"}, {"id": "src_manager_manager_getpayloadfactory", "label": ".getPayloadFactory()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L187"}, {"id": "src_manager_manager_getjwtprovider", "label": ".getJWTProvider()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L197"}, {"id": "src_manager_manager_getblacklist", "label": ".getBlacklist()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L207"}, {"id": "src_manager_manager_setblacklistenabled", "label": ".setBlacklistEnabled()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L218"}, {"id": "src_manager_manager_setpersistentclaims", "label": ".setPersistentClaims()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L231"}], "edges": [{"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "target": "jwt", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L14", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "target": "jwtexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L15", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "target": "tokenblacklistedexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L16", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "target": "customclaims", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L17", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "target": "refreshflow", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L18", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_manager_php", "target": "src_manager_manager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L20", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L67", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_encode", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L80", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_decode", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L96", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_refresh", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L120", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_invalidate", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L146", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_buildrefreshclaims", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L164", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_getpayloadfactory", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L187", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_getjwtprovider", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L197", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_getblacklist", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L207", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_setblacklistenabled", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L218", "weight": 1.0}, {"source": "src_manager_manager", "target": "src_manager_manager_setpersistentclaims", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L231", "weight": 1.0}, {"source": "src_manager_manager_refresh", "target": "src_manager_manager_buildrefreshclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L124", "weight": 1.0}, {"source": "src_manager_manager_refresh", "target": "src_manager_manager_decode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L124", "weight": 1.0}, {"source": "src_manager_manager_refresh", "target": "src_manager_manager_invalidate", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L128", "weight": 1.0}, {"source": "src_manager_manager_refresh", "target": "src_manager_manager_encode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L132", "weight": 1.0}, {"source": "src_manager_manager_invalidate", "target": "src_manager_manager_decode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L154", "weight": 1.0}], "raw_calls": [{"caller_nid": "src_manager_manager_encode", "callee": "get", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L82"}, {"caller_nid": "src_manager_manager_decode", "callee": "get", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L98"}, {"caller_nid": "src_manager_manager_decode", "callee": "make", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L100"}, {"caller_nid": "src_manager_manager_decode", "callee": "customClaims", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L100"}, {"caller_nid": "src_manager_manager_decode", "callee": "setRefreshFlow", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L100"}, {"caller_nid": "src_manager_manager_decode", "callee": "has", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L105"}, {"caller_nid": "src_manager_manager_refresh", "callee": "setRefreshFlow", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L122"}, {"caller_nid": "src_manager_manager_refresh", "callee": "make", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L133"}, {"caller_nid": "src_manager_manager_refresh", "callee": "customClaims", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L133"}, {"caller_nid": "src_manager_manager_invalidate", "callee": "call_user_func", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L152"}, {"caller_nid": "src_manager_manager_buildrefreshclaims", "callee": "toArray", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L167"}, {"caller_nid": "src_manager_manager_buildrefreshclaims", "callee": "only", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L167"}, {"caller_nid": "src_manager_manager_buildrefreshclaims", "callee": "collect", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L167"}, {"caller_nid": "src_manager_manager_buildrefreshclaims", "callee": "toArray", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L167"}, {"caller_nid": "src_manager_manager_buildrefreshclaims", "callee": "array_merge", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Manager.php", "source_location": "L172"}]}