From 610c4f5b0c329cbff344fb5418102a0c413d7114 Mon Sep 17 00:00:00 2001 From: Kajen5 <45441579+Kajen5@users.noreply.github.com> Date: Fri, 10 Feb 2023 00:55:36 -0400 Subject: [PATCH] Update customizing_token_claims.rst --- docs/customizing_token_claims.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/customizing_token_claims.rst b/docs/customizing_token_claims.rst index a763f0f4b..187768c87 100644 --- a/docs/customizing_token_claims.rst +++ b/docs/customizing_token_claims.rst @@ -35,3 +35,7 @@ for the view, which is in turn used to generate the view's access token. As with the standard token views, you'll also need to include a url route to your subclassed view. + +You can also get the claim from request with: +.. code-block:: python +request._auth.get("name")