Skip to main content
from intuned_runtime import get_auth_session_parameters

async def get_auth_session_parameters() -> Any: ...
If the project uses Credentials-based Auth Sessions, returns the parameters used to create the auth session being used for the current attempt. Will throw an error if:
  • The project does not use Auth Sessions.
  • The auth session is Recorder-based.
  • The auth session is Runtime-based.

Returns Awaitable[Any]
I