diff --git a/docs/sections/settings.rst b/docs/sections/settings.rst index 311c72e..f6f3131 100644 --- a/docs/sections/settings.rst +++ b/docs/sections/settings.rst @@ -98,11 +98,11 @@ OPTIONAL. ``str`` or ``(list, tuple)``. A string with the location of your function hook or ``list`` or ``tuple`` with hook functions. Here you can add extra dictionary values specific to your valid response value for token introspection. -The function receives an ``introspection_response`` dictionary, a ``resource`` instance and an ``id_token`` dictionary. +The function receives an ``introspection_response`` dictionary, a ``client`` instance and an ``id_token`` dictionary. Default is:: - def default_introspection_processing_hook(introspection_response, resource, id_token): + def default_introspection_processing_hook(introspection_response, client, id_token): return introspection_response