I'm dynamically setting different authenticator class in jupyterhub_config file.
jupyterhub_config.py
c.JupyterHub.authenticator_class = "authenticator_A"
Now i want to check which autheticator is used in notebook cell. How can i get this class without reading the file?