Corrected docstring on AccessTokenCredentials class

This commit is contained in:
ade@google.com
2011-02-23 16:00:37 +00:00
parent ad258e295a
commit 93a7f7cf93

View File

@@ -306,7 +306,7 @@ class AccessTokenCredentials(OAuth2Credentials):
Credentials objects are usually instantiated by a Flow.
Args:
token_uri: string, URI of token endpoint.
access_token: string, access token.
user_agent: string, The HTTP User-Agent to provide for this application.
Notes: