Source code for common.auth.user_auth_manager



[docs]class UserAuthManager : """ """
[docs] def get_user_auth(self): """ return resp keys resp is a group of functions before complete this method, we will set it to return None None menas expose user own network only :return: """ return None