summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-01-08 13:01:54 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-01-08 13:01:54 +0100
commit0ee9e7bad8f0c61e3b4b7761170c3e7b8547fb68 (patch)
tree2632cce501483e65f94404e75df8f7f0e6ec88cb
parent9e438eb9eb48c9de4dcbe9d50954a1f26e8184c0 (diff)
downloadoauthlib-0ee9e7bad8f0c61e3b4b7761170c3e7b8547fb68.tar.gz
Removed unnecessary joins
-rw-r--r--docs/oauth2/oauth2provider-server.dot4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/oauth2/oauth2provider-server.dot b/docs/oauth2/oauth2provider-server.dot
index 636875c..5f91549 100644
--- a/docs/oauth2/oauth2provider-server.dot
+++ b/docs/oauth2/oauth2provider-server.dot
@@ -74,9 +74,7 @@ digraph oauthlib {
if_all [ label="all(request_scopes not in scopes)"; ];
/* OAuthlib functions returns helpers */
- r_client_authenticated [ shape=none,label="True"; ];
- r_redirect_uri_code [ shape=none,label="",width=0,height=0 ];
- r_redirect_uri_token [ shape=none,label="",width=0,height=0 ];
+ r_client_authenticated [ shape=none,label="client authenticated"; ];
/* OAuthlib errors */
e_normal [ shape=none,label="ERROR" ];