deephaven_enterprise.auth_context¶
This module provides tools for getting the current context’s authenticated and effective user.
Module Contents¶
- get_auth_context()[source]¶
Get the authentication context for the current execution context.
- Returns:
the authentication context
- get_authenticated_user()[source]¶
Get the authenticated user for the current execution context.
- Returns:
the authenticated user