Skip to content

Commit 80a17cc

Browse files
author
dhermes@google.com
committed
Changing OAuth2 Authorization Header lead in from OAuth to Bearer (per http://goo.gl/QDiLZ). (issue 6455060)
1 parent 260fca4 commit 80a17cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gdata/gauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
PROGRAMMATIC_AUTH_LABEL = 'GoogleLogin auth='
7878
AUTHSUB_AUTH_LABEL = 'AuthSub token='
79-
OAUTH2_AUTH_LABEL = 'OAuth '
79+
OAUTH2_AUTH_LABEL = 'Bearer '
8080

8181

8282
# This dict provides the AuthSub and OAuth scopes for all services by service

0 commit comments

Comments
 (0)