1 line
14 KiB
JSON
1 line
14 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "label": "webauthn_types.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L1"}, {"id": "webauthn_types_publickeycredentialdescriptor", "label": "PublicKeyCredentialDescriptor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L9"}, {"id": "webauthn_types_publickeycredentialdescriptor_to_dict", "label": ".to_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L22"}, {"id": "webauthn_types_authenticationextensionsclientinputs", "label": "AuthenticationExtensionsClientInputs", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L30"}, {"id": "webauthn_types_authenticationextensionsclientinputs_to_dict", "label": ".to_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L40"}, {"id": "webauthn_types_getrequest", "label": "GetRequest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L48"}, {"id": "webauthn_types_getrequest_to_json", "label": ".to_json()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L69"}, {"id": "webauthn_types_authenticatorassertionresponse", "label": "AuthenticatorAssertionResponse", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L87"}, {"id": "webauthn_types_getresponse", "label": "GetResponse", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L106"}, {"id": "webauthn_types_from_json", "label": "from_json()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L122"}, {"id": "webauthn_types_rationale_10", "label": "Descriptor for a security key based credential. https://www.w3.org/TR/webau", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L10"}, {"id": "webauthn_types_rationale_31", "label": "Client extensions inputs for WebAuthn extensions. Args: appid: app", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L31"}, {"id": "webauthn_types_rationale_49", "label": "WebAuthn get request Args: origin: Origin where the WebAuthn get as", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L49"}, {"id": "webauthn_types_rationale_88", "label": "Authenticator response to a WebAuthn get (assertion) request. https://www.w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L88"}, {"id": "webauthn_types_rationale_107", "label": "WebAuthn get (assertion) response. Args: id: <url-safe base64-encod", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L107"}, {"id": "webauthn_types_rationale_123", "label": "Verify and construct GetResponse from a JSON string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L123"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "webauthn_types_publickeycredentialdescriptor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L9", "weight": 1.0}, {"source": "webauthn_types_publickeycredentialdescriptor", "target": "webauthn_types_publickeycredentialdescriptor_to_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "webauthn_types_authenticationextensionsclientinputs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L30", "weight": 1.0}, {"source": "webauthn_types_authenticationextensionsclientinputs", "target": "webauthn_types_authenticationextensionsclientinputs_to_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "webauthn_types_getrequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L48", "weight": 1.0}, {"source": "webauthn_types_getrequest", "target": "webauthn_types_getrequest_to_json", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "webauthn_types_authenticatorassertionresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "webauthn_types_getresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_webauthn_types_py", "target": "webauthn_types_from_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L122", "weight": 1.0}, {"source": "webauthn_types_getrequest_to_json", "target": "webauthn_types_authenticationextensionsclientinputs_to_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L75", "weight": 1.0}, {"source": "webauthn_types_from_json", "target": "webauthn_types_authenticatorassertionresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L145", "weight": 1.0}, {"source": "webauthn_types_from_json", "target": "webauthn_types_getresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L151", "weight": 1.0}, {"source": "webauthn_types_rationale_10", "target": "webauthn_types_publickeycredentialdescriptor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L10", "weight": 1.0}, {"source": "webauthn_types_rationale_31", "target": "webauthn_types_authenticationextensionsclientinputs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L31", "weight": 1.0}, {"source": "webauthn_types_rationale_49", "target": "webauthn_types_getrequest", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L49", "weight": 1.0}, {"source": "webauthn_types_rationale_88", "target": "webauthn_types_authenticatorassertionresponse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L88", "weight": 1.0}, {"source": "webauthn_types_rationale_107", "target": "webauthn_types_getresponse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L107", "weight": 1.0}, {"source": "webauthn_types_rationale_123", "target": "webauthn_types_getresponse_from_json", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L123", "weight": 1.0}], "raw_calls": [{"caller_nid": "webauthn_types_getrequest_to_json", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L81"}, {"caller_nid": "webauthn_types_from_json", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L125"}, {"caller_nid": "webauthn_types_from_json", "callee": "MalformedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L127"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L128"}, {"caller_nid": "webauthn_types_from_json", "callee": "MalformedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L129"}, {"caller_nid": "webauthn_types_from_json", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L130"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L130"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L132"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L134"}, {"caller_nid": "webauthn_types_from_json", "callee": "ReauthFailError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L135"}, {"caller_nid": "webauthn_types_from_json", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L136"}, {"caller_nid": "webauthn_types_from_json", "callee": "MalformedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L139"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L140"}, {"caller_nid": "webauthn_types_from_json", "callee": "MalformedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L141"}, {"caller_nid": "webauthn_types_from_json", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L142"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L142"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L149"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L154"}, {"caller_nid": "webauthn_types_from_json", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/webauthn_types.py", "source_location": "L155"}]} |