{"nodes": [{"id": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_blacklist_php", "label": "Blacklist.php", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L1"}, {"id": "src_blacklist_blacklist", "label": "Blacklist", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L17"}, {"id": "src_blacklist_blacklist_construct", "label": ".__construct()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L53"}, {"id": "src_blacklist_blacklist_add", "label": ".add()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L64"}, {"id": "src_blacklist_blacklist_getminutesuntilexpired", "label": ".getMinutesUntilExpired()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L92"}, {"id": "src_blacklist_blacklist_addforever", "label": ".addForever()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L116"}, {"id": "src_blacklist_blacklist_has", "label": ".has()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L129"}, {"id": "src_blacklist_blacklist_remove", "label": ".remove()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L148"}, {"id": "src_blacklist_blacklist_clear", "label": ".clear()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L158"}, {"id": "src_blacklist_blacklist_getgracetimestamp", "label": ".getGraceTimestamp()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L171"}, {"id": "src_blacklist_blacklist_setgraceperiod", "label": ".setGracePeriod()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L182"}, {"id": "src_blacklist_blacklist_getgraceperiod", "label": ".getGracePeriod()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L194"}, {"id": "src_blacklist_blacklist_getkey", "label": ".getKey()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L205"}, {"id": "src_blacklist_blacklist_setkey", "label": ".setKey()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L216"}, {"id": "src_blacklist_blacklist_setrefreshttl", "label": ".setRefreshTTL()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L229"}, {"id": "src_blacklist_blacklist_getrefreshttl", "label": ".getRefreshTTL()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L241"}], "edges": [{"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_blacklist_php", "target": "storage", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L14", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_blacklist_php", "target": "utils", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L15", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_tymon_jwt_auth_src_blacklist_php", "target": "src_blacklist_blacklist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L17", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L53", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_add", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L64", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_getminutesuntilexpired", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L92", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_addforever", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L116", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_has", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L129", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L148", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L158", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_getgracetimestamp", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L171", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_setgraceperiod", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L182", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_getgraceperiod", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L194", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_getkey", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L205", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_setkey", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L216", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_setrefreshttl", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L229", "weight": 1.0}, {"source": "src_blacklist_blacklist", "target": "src_blacklist_blacklist_getrefreshttl", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L241", "weight": 1.0}, {"source": "src_blacklist_blacklist_add", "target": "src_blacklist_blacklist_addforever", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L69", "weight": 1.0}, {"source": "src_blacklist_blacklist_add", "target": "src_blacklist_blacklist_getkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L73", "weight": 1.0}, {"source": "src_blacklist_blacklist_add", "target": "src_blacklist_blacklist_getgracetimestamp", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L79", "weight": 1.0}, {"source": "src_blacklist_blacklist_add", "target": "src_blacklist_blacklist_getminutesuntilexpired", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L80", "weight": 1.0}, {"source": "src_blacklist_blacklist_addforever", "target": "src_blacklist_blacklist_getkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L118", "weight": 1.0}, {"source": "src_blacklist_blacklist_has", "target": "src_blacklist_blacklist_getkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L131", "weight": 1.0}, {"source": "src_blacklist_blacklist_remove", "target": "src_blacklist_blacklist_getkey", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L150", "weight": 1.0}], "raw_calls": [{"caller_nid": "src_blacklist_blacklist_add", "callee": "hasKey", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L68"}, {"caller_nid": "src_blacklist_blacklist_add", "callee": "empty", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L73"}, {"caller_nid": "src_blacklist_blacklist_add", "callee": "get", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L73"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "Utils", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L94"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "Utils", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L95"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "diffInRealMinutes", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L100"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "addMinute", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L100"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "max", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L100"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "addMinutes", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L100"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "is_float", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L103"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "round", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L104"}, {"caller_nid": "src_blacklist_blacklist_getminutesuntilexpired", "callee": "abs", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L104"}, {"caller_nid": "src_blacklist_blacklist_addforever", "callee": "forever", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L118"}, {"caller_nid": "src_blacklist_blacklist_has", "callee": "get", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L131"}, {"caller_nid": "src_blacklist_blacklist_has", "callee": "empty", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L139"}, {"caller_nid": "src_blacklist_blacklist_has", "callee": "Utils", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L139"}, {"caller_nid": "src_blacklist_blacklist_remove", "callee": "destroy", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L150"}, {"caller_nid": "src_blacklist_blacklist_clear", "callee": "flush", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L160"}, {"caller_nid": "src_blacklist_blacklist_getgracetimestamp", "callee": "getTimestamp", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L173"}, {"caller_nid": "src_blacklist_blacklist_getgracetimestamp", "callee": "addSeconds", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L173"}, {"caller_nid": "src_blacklist_blacklist_getgracetimestamp", "callee": "Utils", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L173"}, {"caller_nid": "src_blacklist_blacklist_getkey", "callee": "$payload", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L207"}, {"caller_nid": "src_blacklist_blacklist_setkey", "callee": "value", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\tymon\\jwt-auth\\src\\Blacklist.php", "source_location": "L218"}]}