Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ clear_session
Function
clear_session
web/pgadmin/misc/cloud/azure/__init__.py:263–265 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
methods=[
'GET'
], endpoint=
'clear_session'
)
262
@pga_login_required
263
def
clear_session():
264
clear_azure_session()
265
return
make_json_response(success=1)
266
267
268
class
Azure:
Callers
nothing calls this directly
Calls
2
make_json_response
Function · 0.90
clear_azure_session
Function · 0.85
Tested by
no test coverage detected