1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "label": "_client.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L1"}, {"id": "client_handle_error_response", "label": "_handle_error_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L45"}, {"id": "client_can_retry", "label": "_can_retry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L74"}, {"id": "client_parse_expiry", "label": "_parse_expiry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L113"}, {"id": "client_token_endpoint_request_no_throw", "label": "_token_endpoint_request_no_throw()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L136"}, {"id": "client_token_endpoint_request", "label": "_token_endpoint_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L220"}, {"id": "client_jwt_grant", "label": "jwt_grant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L278"}, {"id": "client_call_iam_generate_id_token_endpoint", "label": "call_iam_generate_id_token_endpoint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L326"}, {"id": "client_id_token_jwt_grant", "label": "id_token_jwt_grant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L376"}, {"id": "client_handle_refresh_grant_response", "label": "_handle_refresh_grant_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L428"}, {"id": "client_refresh_grant", "label": "refresh_grant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L459"}, {"id": "client_lookup_trust_boundary", "label": "_lookup_trust_boundary()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L517"}, {"id": "client_lookup_trust_boundary_request", "label": "_lookup_trust_boundary_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L558"}, {"id": "client_lookup_trust_boundary_request_no_throw", "label": "_lookup_trust_boundary_request_no_throw()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L585"}, {"id": "client_rationale_46", "label": "Translates an error response into an exception. Args: response_data", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L46"}, {"id": "client_rationale_75", "label": "Checks if a request can be retried by inspecting the status code and respons", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L75"}, {"id": "client_rationale_114", "label": "Parses the expiry field from a response into a datetime. Args: resp", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L114"}, {"id": "client_rationale_146", "label": "Makes a request to the OAuth 2.0 authorization server's token endpoint. This", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L146"}, {"id": "client_rationale_230", "label": "Makes a request to the OAuth 2.0 authorization server's token endpoint. Arg", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L230"}, {"id": "client_rationale_279", "label": "Implements the JWT Profile for OAuth 2.0 Authorization Grants. For more det", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L279"}, {"id": "client_rationale_334", "label": "Call iam.generateIdToken endpoint to get ID token. Args: request (g", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L334"}, {"id": "client_rationale_377", "label": "Implements the JWT Profile for OAuth 2.0 Authorization Grants, but requests", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L377"}, {"id": "client_rationale_429", "label": "Extract tokens from refresh grant response. Args: response_data (Ma", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L429"}, {"id": "client_rationale_469", "label": "Implements the OAuth 2.0 refresh token grant. For more details, see `rfc678", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L469"}, {"id": "client_rationale_518", "label": "Implements the global lookup of a credential trust boundary. For the lookup,", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L518"}, {"id": "client_rationale_559", "label": "Makes a request to the trust boundary lookup endpoint. Args: reques", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L559"}, {"id": "client_rationale_586", "label": "Makes a request to the trust boundary lookup endpoint. This function doe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L586"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "datetime", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "http_client", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "urllib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_handle_error_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_can_retry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L74", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_parse_expiry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_token_endpoint_request_no_throw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_token_endpoint_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L220", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_jwt_grant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L278", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_call_iam_generate_id_token_endpoint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L326", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_id_token_jwt_grant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L376", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_handle_refresh_grant_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L428", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_refresh_grant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L459", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_lookup_trust_boundary", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L517", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_lookup_trust_boundary_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L558", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_oauth2_client_py", "target": "client_lookup_trust_boundary_request_no_throw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L585", "weight": 1.0}, {"source": "client_token_endpoint_request_no_throw", "target": "client_can_retry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L210", "weight": 1.0}, {"source": "client_token_endpoint_request", "target": "client_token_endpoint_request_no_throw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L263", "weight": 1.0}, {"source": "client_token_endpoint_request", "target": "client_handle_error_response", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L274", "weight": 1.0}, {"source": "client_jwt_grant", "target": "client_token_endpoint_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L303", "weight": 1.0}, {"source": "client_jwt_grant", "target": "client_parse_expiry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L321", "weight": 1.0}, {"source": "client_call_iam_generate_id_token_endpoint", "target": "client_token_endpoint_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L352", "weight": 1.0}, {"source": "client_id_token_jwt_grant", "target": "client_token_endpoint_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L404", "weight": 1.0}, {"source": "client_handle_refresh_grant_response", "target": "client_parse_expiry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L454", "weight": 1.0}, {"source": "client_refresh_grant", "target": "client_token_endpoint_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L511", "weight": 1.0}, {"source": "client_refresh_grant", "target": "client_handle_refresh_grant_response", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L514", "weight": 1.0}, {"source": "client_lookup_trust_boundary", "target": "client_lookup_trust_boundary_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L549", "weight": 1.0}, {"source": "client_lookup_trust_boundary_request", "target": "client_lookup_trust_boundary_request_no_throw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L579", "weight": 1.0}, {"source": "client_lookup_trust_boundary_request", "target": "client_handle_error_response", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L581", "weight": 1.0}, {"source": "client_lookup_trust_boundary_request_no_throw", "target": "client_can_retry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L624", "weight": 1.0}, {"source": "client_rationale_46", "target": "client_handle_error_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L46", "weight": 1.0}, {"source": "client_rationale_75", "target": "client_can_retry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L75", "weight": 1.0}, {"source": "client_rationale_114", "target": "client_parse_expiry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L114", "weight": 1.0}, {"source": "client_rationale_146", "target": "client_token_endpoint_request_no_throw", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L146", "weight": 1.0}, {"source": "client_rationale_230", "target": "client_token_endpoint_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L230", "weight": 1.0}, {"source": "client_rationale_279", "target": "client_jwt_grant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L279", "weight": 1.0}, {"source": "client_rationale_334", "target": "client_call_iam_generate_id_token_endpoint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L334", "weight": 1.0}, {"source": "client_rationale_377", "target": "client_id_token_jwt_grant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L377", "weight": 1.0}, {"source": "client_rationale_429", "target": "client_handle_refresh_grant_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L429", "weight": 1.0}, {"source": "client_rationale_469", "target": "client_refresh_grant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L469", "weight": 1.0}, {"source": "client_rationale_518", "target": "client_lookup_trust_boundary", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L518", "weight": 1.0}, {"source": "client_rationale_559", "target": "client_lookup_trust_boundary_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L559", "weight": 1.0}, {"source": "client_rationale_586", "target": "client_lookup_trust_boundary_request_no_throw", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L586", "weight": 1.0}], "raw_calls": [{"caller_nid": "client_handle_error_response", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L59"}, {"caller_nid": "client_handle_error_response", "callee": "RefreshError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L60"}, {"caller_nid": "client_handle_error_response", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L62"}, {"caller_nid": "client_handle_error_response", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L63"}, {"caller_nid": "client_handle_error_response", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L67"}, {"caller_nid": "client_handle_error_response", "callee": "RefreshError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L69"}, {"caller_nid": "client_can_retry", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L90"}, {"caller_nid": "client_can_retry", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L91"}, {"caller_nid": "client_can_retry", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L93"}, {"caller_nid": "client_can_retry", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L93"}, {"caller_nid": "client_can_retry", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L104"}, {"caller_nid": "client_parse_expiry", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L123"}, {"caller_nid": "client_parse_expiry", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L128"}, {"caller_nid": "client_parse_expiry", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L129"}, {"caller_nid": "client_parse_expiry", "callee": "utcnow", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L131"}, {"caller_nid": "client_parse_expiry", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L131"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L176"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L176"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L179"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "urlencode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L179"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L182"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L185"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "ExponentialBackoff", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L190"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "request", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L192"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L196"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L197"}, {"caller_nid": "client_token_endpoint_request_no_throw", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L203"}, {"caller_nid": "client_jwt_grant", "callee": "token_request_access_token_sa_assertion", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L309"}, {"caller_nid": "client_jwt_grant", "callee": "RefreshError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L316"}, {"caller_nid": "client_call_iam_generate_id_token_endpoint", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L354"}, {"caller_nid": "client_call_iam_generate_id_token_endpoint", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L354"}, {"caller_nid": "client_call_iam_generate_id_token_endpoint", "callee": "RefreshError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L365"}, {"caller_nid": "client_call_iam_generate_id_token_endpoint", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L370"}, {"caller_nid": "client_call_iam_generate_id_token_endpoint", "callee": "utcfromtimestamp", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L371"}, {"caller_nid": "client_id_token_jwt_grant", "callee": "token_request_id_token_sa_assertion", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L410"}, {"caller_nid": "client_id_token_jwt_grant", "callee": "RefreshError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L417"}, {"caller_nid": "client_id_token_jwt_grant", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L422"}, {"caller_nid": "client_id_token_jwt_grant", "callee": "utcfromtimestamp", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L423"}, {"caller_nid": "client_handle_refresh_grant_response", "callee": "RefreshError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L448"}, {"caller_nid": "client_handle_refresh_grant_response", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L453"}, {"caller_nid": "client_refresh_grant", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L507"}, {"caller_nid": "client_lookup_trust_boundary", "callee": "MalformedError", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L552"}, {"caller_nid": "client_lookup_trust_boundary", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L553"}, {"caller_nid": "client_lookup_trust_boundary_request_no_throw", "callee": "ExponentialBackoff", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L606"}, {"caller_nid": "client_lookup_trust_boundary_request_no_throw", "callee": "request", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L608"}, {"caller_nid": "client_lookup_trust_boundary_request_no_throw", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L610"}, {"caller_nid": "client_lookup_trust_boundary_request_no_throw", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L611"}, {"caller_nid": "client_lookup_trust_boundary_request_no_throw", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/google/oauth2/_client.py", "source_location": "L617"}]} |