user_data (object or None) – data to pass to auth_callback
Sets the callback that self will use to authenticate incoming
requests. For each request containing authorization, self will
invoke the callback, and then either accept or reject the request
based on callback’s return value.