summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ];