Refresh docs
diff --git a/docs/epy/api-objects.txt b/docs/epy/api-objects.txt
index 7185073..8b3e0a1 100644
--- a/docs/epy/api-objects.txt
+++ b/docs/epy/api-objects.txt
@@ -1,15 +1,16 @@
apiclient apiclient-module.html
apiclient.discovery apiclient.discovery-module.html
-apiclient.discovery._createResource apiclient.discovery-module.html#_createResource
+apiclient.discovery._cast apiclient.discovery-module.html#_cast
apiclient.discovery.MULTIPLIERS apiclient.discovery-module.html#MULTIPLIERS
apiclient.discovery.fix_method_name apiclient.discovery-module.html#fix_method_name
apiclient.discovery.build apiclient.discovery-module.html#build
apiclient.discovery.key2param apiclient.discovery-module.html#key2param
apiclient.discovery.VARNAME apiclient.discovery-module.html#VARNAME
+apiclient.discovery.createNextMethod apiclient.discovery-module.html#createNextMethod
apiclient.discovery.logger apiclient.discovery-module.html#logger
apiclient.discovery._media_size_to_long apiclient.discovery-module.html#_media_size_to_long
apiclient.discovery._add_query_parameter apiclient.discovery-module.html#_add_query_parameter
-apiclient.discovery._cast apiclient.discovery-module.html#_cast
+apiclient.discovery.createMethod apiclient.discovery-module.html#createMethod
apiclient.discovery.DEFAULT_METHOD_DOC apiclient.discovery-module.html#DEFAULT_METHOD_DOC
apiclient.discovery.RESERVED_WORDS apiclient.discovery-module.html#RESERVED_WORDS
apiclient.discovery.build_from_document apiclient.discovery-module.html#build_from_document
@@ -37,6 +38,15 @@
apiclient.model._abstract apiclient.model-module.html#_abstract
apiclient.model.FLAGS apiclient.model-module.html#FLAGS
apiclient.model.makepatch apiclient.model-module.html#makepatch
+apiclient.push apiclient.push-module.html
+apiclient.push.EVENT_TYPE apiclient.push-module.html#EVENT_TYPE
+apiclient.push.TOPIC_URI apiclient.push-module.html#TOPIC_URI
+apiclient.push.new_token apiclient.push-module.html#new_token
+apiclient.push.SUBSCRIBE apiclient.push-module.html#SUBSCRIBE
+apiclient.push.TOPIC_ID apiclient.push-module.html#TOPIC_ID
+apiclient.push.UNSUBSCRIBE apiclient.push-module.html#UNSUBSCRIBE
+apiclient.push.SUBSCRIPTION_ID apiclient.push-module.html#SUBSCRIPTION_ID
+apiclient.push.CLIENT_TOKEN apiclient.push-module.html#CLIENT_TOKEN
apiclient.schema apiclient.schema-module.html
oauth2client oauth2client-module.html
oauth2client.anyjson oauth2client.anyjson-module.html
@@ -44,14 +54,15 @@
oauth2client.appengine._safe_html oauth2client.appengine-module.html#_safe_html
oauth2client.appengine._build_state_value oauth2client.appengine-module.html#_build_state_value
oauth2client.appengine.XSRF_MEMCACHE_ID oauth2client.appengine-module.html#XSRF_MEMCACHE_ID
-oauth2client.appengine._parse_state_value oauth2client.appengine-module.html#_parse_state_value
oauth2client.appengine.OAUTH2CLIENT_NAMESPACE oauth2client.appengine-module.html#OAUTH2CLIENT_NAMESPACE
oauth2client.appengine.logger oauth2client.appengine-module.html#logger
oauth2client.appengine._generate_new_xsrf_secret_key oauth2client.appengine-module.html#_generate_new_xsrf_secret_key
oauth2client.appengine.xsrf_secret_key oauth2client.appengine-module.html#xsrf_secret_key
oauth2client.appengine.oauth2decorator_from_clientsecrets oauth2client.appengine-module.html#oauth2decorator_from_clientsecrets
+oauth2client.appengine._parse_state_value oauth2client.appengine-module.html#_parse_state_value
oauth2client.client oauth2client.client-module.html
oauth2client.client._extract_id_token oauth2client.client-module.html#_extract_id_token
+oauth2client.client.HAS_CRYPTO oauth2client.client-module.html#HAS_CRYPTO
oauth2client.client._cached_http oauth2client.client-module.html#_cached_http
oauth2client.client.ID_TOKEN_VERIFICATON_CERTS oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS
oauth2client.client.credentials_from_clientsecrets_and_code oauth2client.client-module.html#credentials_from_clientsecrets_and_code
@@ -59,12 +70,13 @@
oauth2client.client.EXPIRY_FORMAT oauth2client.client-module.html#EXPIRY_FORMAT
oauth2client.client.logger oauth2client.client-module.html#logger
oauth2client.client._abstract oauth2client.client-module.html#_abstract
+oauth2client.client.clean_headers oauth2client.client-module.html#clean_headers
oauth2client.client.OOB_CALLBACK_URN oauth2client.client-module.html#OOB_CALLBACK_URN
oauth2client.client._parse_exchange_token_response oauth2client.client-module.html#_parse_exchange_token_response
-oauth2client.client.HAS_OPENSSL oauth2client.client-module.html#HAS_OPENSSL
+oauth2client.client.credentials_from_code oauth2client.client-module.html#credentials_from_code
oauth2client.client._urlsafe_b64decode oauth2client.client-module.html#_urlsafe_b64decode
oauth2client.client.verify_id_token oauth2client.client-module.html#verify_id_token
-oauth2client.client.credentials_from_code oauth2client.client-module.html#credentials_from_code
+oauth2client.client.REFRESH_STATUS_CODES oauth2client.client-module.html#REFRESH_STATUS_CODES
oauth2client.clientsecrets oauth2client.clientsecrets-module.html
oauth2client.clientsecrets.load oauth2client.clientsecrets-module.html#load
oauth2client.clientsecrets.TYPE_INSTALLED oauth2client.clientsecrets-module.html#TYPE_INSTALLED
@@ -76,14 +88,20 @@
oauth2client.clientsecrets.loads oauth2client.clientsecrets-module.html#loads
oauth2client.crypt oauth2client.crypt-module.html
oauth2client.crypt.AUTH_TOKEN_LIFETIME_SECS oauth2client.crypt-module.html#AUTH_TOKEN_LIFETIME_SECS
+oauth2client.crypt.PyCryptoVerifier oauth2client.crypt-module.html#PyCryptoVerifier
+oauth2client.crypt.Verifier oauth2client.crypt-module.html#Verifier
+oauth2client.crypt.PyCryptoSigner oauth2client.crypt-module.html#PyCryptoSigner
+oauth2client.crypt.OpenSSLSigner oauth2client.crypt-module.html#OpenSSLSigner
oauth2client.crypt.MAX_TOKEN_LIFETIME_SECS oauth2client.crypt-module.html#MAX_TOKEN_LIFETIME_SECS
-oauth2client.crypt.CLOCK_SKEW_SECS oauth2client.crypt-module.html#CLOCK_SKEW_SECS
-oauth2client.crypt._urlsafe_b64encode oauth2client.crypt-module.html#_urlsafe_b64encode
-oauth2client.crypt._json_encode oauth2client.crypt-module.html#_json_encode
-oauth2client.crypt.make_signed_jwt oauth2client.crypt-module.html#make_signed_jwt
oauth2client.crypt.logger oauth2client.crypt-module.html#logger
+oauth2client.crypt.OpenSSLVerifier oauth2client.crypt-module.html#OpenSSLVerifier
+oauth2client.crypt._urlsafe_b64encode oauth2client.crypt-module.html#_urlsafe_b64encode
+oauth2client.crypt.Signer oauth2client.crypt-module.html#Signer
oauth2client.crypt._urlsafe_b64decode oauth2client.crypt-module.html#_urlsafe_b64decode
oauth2client.crypt.verify_signed_jwt_with_certs oauth2client.crypt-module.html#verify_signed_jwt_with_certs
+oauth2client.crypt.CLOCK_SKEW_SECS oauth2client.crypt-module.html#CLOCK_SKEW_SECS
+oauth2client.crypt._json_encode oauth2client.crypt-module.html#_json_encode
+oauth2client.crypt.make_signed_jwt oauth2client.crypt-module.html#make_signed_jwt
oauth2client.django_orm oauth2client.django_orm-module.html
oauth2client.file oauth2client.file-module.html
oauth2client.gce oauth2client.gce-module.html
@@ -99,11 +117,15 @@
oauth2client.multistore_file.get_credential_storage oauth2client.multistore_file-module.html#get_credential_storage
oauth2client.multistore_file._multistores_lock oauth2client.multistore_file-module.html#_multistores_lock
oauth2client.multistore_file._multistores oauth2client.multistore_file-module.html#_multistores
+oauth2client.multistore_file.get_credential_storage_custom_key oauth2client.multistore_file-module.html#get_credential_storage_custom_key
+oauth2client.multistore_file.get_credential_storage_custom_string_key oauth2client.multistore_file-module.html#get_credential_storage_custom_string_key
oauth2client.multistore_file.logger oauth2client.multistore_file-module.html#logger
oauth2client.tools oauth2client.tools-module.html
oauth2client.tools.run oauth2client.tools-module.html#run
oauth2client.tools.FLAGS oauth2client.tools-module.html#FLAGS
oauth2client.util oauth2client.util-module.html
+oauth2client.util.scopes_to_string oauth2client.util-module.html#scopes_to_string
+oauth2client.util.dict_to_tuple_key oauth2client.util-module.html#dict_to_tuple_key
oauth2client.util.positional oauth2client.util-module.html#positional
oauth2client.util.FLAGS oauth2client.util-module.html#FLAGS
oauth2client.util.logger oauth2client.util-module.html#logger
@@ -112,6 +134,15 @@
oauth2client.xsrfutil.DEFAULT_TIMEOUT_SECS oauth2client.xsrfutil-module.html#DEFAULT_TIMEOUT_SECS
oauth2client.xsrfutil.DELIMITER oauth2client.xsrfutil-module.html#DELIMITER
oauth2client.xsrfutil.generate_token oauth2client.xsrfutil-module.html#generate_token
+apiclient.discovery.Resource apiclient.discovery.Resource-class.html
+apiclient.discovery.Resource._add_nested_resources apiclient.discovery.Resource-class.html#_add_nested_resources
+apiclient.discovery.Resource._set_dynamic_attr apiclient.discovery.Resource-class.html#_set_dynamic_attr
+apiclient.discovery.Resource._add_next_methods apiclient.discovery.Resource-class.html#_add_next_methods
+apiclient.discovery.Resource.__setstate__ apiclient.discovery.Resource-class.html#__setstate__
+apiclient.discovery.Resource.__init__ apiclient.discovery.Resource-class.html#__init__
+apiclient.discovery.Resource._set_service_methods apiclient.discovery.Resource-class.html#_set_service_methods
+apiclient.discovery.Resource.__getstate__ apiclient.discovery.Resource-class.html#__getstate__
+apiclient.discovery.Resource._add_basic_methods apiclient.discovery.Resource-class.html#_add_basic_methods
apiclient.errors.BatchError apiclient.errors.BatchError-class.html
apiclient.errors.BatchError.__str__ apiclient.errors.BatchError-class.html#__str__
apiclient.errors.BatchError.__repr__ apiclient.errors.BatchError-class.html#__repr__
@@ -133,6 +164,7 @@
apiclient.errors.UnexpectedMethodError apiclient.errors.UnexpectedMethodError-class.html
apiclient.errors.UnexpectedMethodError.__init__ apiclient.errors.UnexpectedMethodError-class.html#__init__
apiclient.errors.UnknownApiNameOrVersion apiclient.errors.UnknownApiNameOrVersion-class.html
+apiclient.errors.UnknownFileType apiclient.errors.UnknownFileType-class.html
apiclient.errors.UnknownLinkType apiclient.errors.UnknownLinkType-class.html
apiclient.http.BatchHttpRequest apiclient.http.BatchHttpRequest-class.html
apiclient.http.BatchHttpRequest.__init__ apiclient.http.BatchHttpRequest-class.html#__init__
@@ -156,6 +188,7 @@
apiclient.http.HttpRequest.execute apiclient.http.HttpRequest-class.html#execute
apiclient.http.HttpRequest._process_response apiclient.http.HttpRequest-class.html#_process_response
apiclient.http.HttpRequest.next_chunk apiclient.http.HttpRequest-class.html#next_chunk
+apiclient.http.HttpRequest.add_response_callback apiclient.http.HttpRequest-class.html#add_response_callback
apiclient.http.HttpRequest.to_json apiclient.http.HttpRequest-class.html#to_json
apiclient.http.HttpRequest.__init__ apiclient.http.HttpRequest-class.html#__init__
apiclient.http.HttpRequestMock apiclient.http.HttpRequestMock-class.html
@@ -291,6 +324,36 @@
apiclient.model.BaseModel.request apiclient.model.BaseModel-class.html#request
apiclient.model.RawModel.no_content_response apiclient.model.RawModel-class.html#no_content_response
apiclient.model.BaseModel._log_response apiclient.model.BaseModel-class.html#_log_response
+apiclient.push.Channel apiclient.push.Channel-class.html
+apiclient.push.Channel.as_header_value apiclient.push.Channel-class.html#as_header_value
+apiclient.push.Channel.write_header apiclient.push.Channel-class.html#write_header
+apiclient.push.Channel.__init__ apiclient.push.Channel-class.html#__init__
+apiclient.push.Headers apiclient.push.Headers-class.html
+apiclient.push.Headers.__getitem__ apiclient.push.Headers-class.html#__getitem__
+apiclient.push.Headers._normalize_key apiclient.push.Headers-class.html#_normalize_key
+apiclient.push.Headers.read apiclient.push.Headers-class.html#read
+apiclient.push.Headers.items apiclient.push.Headers-class.html#items
+apiclient.push.Headers.write apiclient.push.Headers-class.html#write
+apiclient.push.Headers.__setitem__ apiclient.push.Headers-class.html#__setitem__
+apiclient.push.Headers.ALL_HEADERS apiclient.push.Headers-class.html#ALL_HEADERS
+apiclient.push.Headers.__init__ apiclient.push.Headers-class.html#__init__
+apiclient.push.InvalidSubscriptionRequestError apiclient.push.InvalidSubscriptionRequestError-class.html
+apiclient.push.Subscription apiclient.push.Subscription-class.html
+apiclient.push.Subscription.event_type apiclient.push.Subscription-class.html#event_type
+apiclient.push.Subscription.topic_uri apiclient.push.Subscription-class.html#topic_uri
+apiclient.push.Subscription.for_request apiclient.push.Subscription-class.html#for_request
+apiclient.push.Subscription.subscribe apiclient.push.Subscription-class.html#subscribe
+apiclient.push.Subscription.__init__ apiclient.push.Subscription-class.html#__init__
+apiclient.push.Subscription.verify apiclient.push.Subscription-class.html#verify
+apiclient.push.Subscription.topic_id apiclient.push.Subscription-class.html#topic_id
+apiclient.push.Subscription.subscription_id apiclient.push.Subscription-class.html#subscription_id
+apiclient.push.Subscription.client_token apiclient.push.Subscription-class.html#client_token
+apiclient.push.Subscription.for_channel apiclient.push.Subscription-class.html#for_channel
+apiclient.push.Subscription.unsubscribe apiclient.push.Subscription-class.html#unsubscribe
+apiclient.push.WebhookChannel apiclient.push.WebhookChannel-class.html
+apiclient.push.Channel.as_header_value apiclient.push.Channel-class.html#as_header_value
+apiclient.push.Channel.write_header apiclient.push.Channel-class.html#write_header
+apiclient.push.WebhookChannel.__init__ apiclient.push.WebhookChannel-class.html#__init__
apiclient.schema.Schemas apiclient.schema.Schemas-class.html
apiclient.schema.Schemas._prettyPrintByName apiclient.schema.Schemas-class.html#_prettyPrintByName
apiclient.schema.Schemas._prettyPrintSchema apiclient.schema.Schemas-class.html#_prettyPrintSchema
@@ -307,8 +370,6 @@
apiclient.schema._SchemaToStruct.undent apiclient.schema._SchemaToStruct-class.html#undent
apiclient.schema._SchemaToStruct.emit apiclient.schema._SchemaToStruct-class.html#emit
apiclient.schema._SchemaToStruct.__init__ apiclient.schema._SchemaToStruct-class.html#__init__
-google.appengine.ext.db.PropertiedClass google.appengine.ext.db.PropertiedClass-class.html
-google.appengine.ext.db.PropertiedClass.__init__ google.appengine.ext.db.PropertiedClass-class.html#__init__
oauth2client.appengine.AppAssertionCredentials oauth2client.appengine.AppAssertionCredentials-class.html
oauth2client.appengine.AppAssertionCredentials.from_json oauth2client.appengine.AppAssertionCredentials-class.html#from_json
oauth2client.client.OAuth2Credentials.authorize oauth2client.client.OAuth2Credentials-class.html#authorize
@@ -330,19 +391,27 @@
oauth2client.client.OAuth2Credentials.refresh oauth2client.client.OAuth2Credentials-class.html#refresh
oauth2client.client.OAuth2Credentials.access_token_expired oauth2client.client.OAuth2Credentials-class.html#access_token_expired
oauth2client.appengine.CredentialsModel oauth2client.appengine.CredentialsModel-class.html
-google.appengine.ext.db.Model.__metaclass__ google.appengine.ext.db.PropertiedClass-class.html
oauth2client.appengine.CredentialsModel.credentials oauth2client.appengine.CredentialsModel-class.html#credentials
+oauth2client.appengine.CredentialsNDBModel oauth2client.appengine.CredentialsNDBModel-class.html
+oauth2client.appengine.CredentialsNDBModel.credentials oauth2client.appengine.CredentialsNDBModel-class.html#credentials
+oauth2client.appengine.CredentialsNDBModel._get_kind oauth2client.appengine.CredentialsNDBModel-class.html#_get_kind
+oauth2client.appengine.CredentialsNDBProperty oauth2client.appengine.CredentialsNDBProperty-class.html
+oauth2client.appengine.CredentialsNDBProperty._validate oauth2client.appengine.CredentialsNDBProperty-class.html#_validate
+oauth2client.appengine.CredentialsNDBProperty._from_base_type oauth2client.appengine.CredentialsNDBProperty-class.html#_from_base_type
+oauth2client.appengine.CredentialsNDBProperty._to_base_type oauth2client.appengine.CredentialsNDBProperty-class.html#_to_base_type
oauth2client.appengine.CredentialsProperty oauth2client.appengine.CredentialsProperty-class.html
oauth2client.appengine.CredentialsProperty.make_value_from_datastore oauth2client.appengine.CredentialsProperty-class.html#make_value_from_datastore
-oauth2client.appengine.CredentialsProperty.data_type oauth2client.appengine.CredentialsProperty-class.html#data_type
oauth2client.appengine.CredentialsProperty.validate oauth2client.appengine.CredentialsProperty-class.html#validate
oauth2client.appengine.CredentialsProperty.get_value_for_datastore oauth2client.appengine.CredentialsProperty-class.html#get_value_for_datastore
+oauth2client.appengine.CredentialsProperty.data_type oauth2client.appengine.CredentialsProperty-class.html#data_type
+oauth2client.appengine.FlowNDBProperty oauth2client.appengine.FlowNDBProperty-class.html
+oauth2client.appengine.FlowNDBProperty._validate oauth2client.appengine.FlowNDBProperty-class.html#_validate
oauth2client.appengine.FlowProperty oauth2client.appengine.FlowProperty-class.html
oauth2client.appengine.FlowProperty.make_value_from_datastore oauth2client.appengine.FlowProperty-class.html#make_value_from_datastore
-oauth2client.appengine.FlowProperty.data_type oauth2client.appengine.FlowProperty-class.html#data_type
oauth2client.appengine.FlowProperty.validate oauth2client.appengine.FlowProperty-class.html#validate
-oauth2client.appengine.FlowProperty.empty oauth2client.appengine.FlowProperty-class.html#empty
oauth2client.appengine.FlowProperty.get_value_for_datastore oauth2client.appengine.FlowProperty-class.html#get_value_for_datastore
+oauth2client.appengine.FlowProperty.empty oauth2client.appengine.FlowProperty-class.html#empty
+oauth2client.appengine.FlowProperty.data_type oauth2client.appengine.FlowProperty-class.html#data_type
oauth2client.appengine.InvalidClientSecretsError oauth2client.appengine.InvalidClientSecretsError-class.html
oauth2client.appengine.InvalidXsrfTokenError oauth2client.appengine.InvalidXsrfTokenError-class.html
oauth2client.appengine.OAuth2Decorator oauth2client.appengine.OAuth2Decorator-class.html
@@ -370,8 +439,10 @@
oauth2client.appengine.OAuth2Decorator.callback_path oauth2client.appengine.OAuth2Decorator-class.html#callback_path
oauth2client.appengine.OAuth2Decorator.oauth_required oauth2client.appengine.OAuth2Decorator-class.html#oauth_required
oauth2client.appengine.SiteXsrfSecretKey oauth2client.appengine.SiteXsrfSecretKey-class.html
-google.appengine.ext.db.Model.__metaclass__ google.appengine.ext.db.PropertiedClass-class.html
oauth2client.appengine.SiteXsrfSecretKey.secret oauth2client.appengine.SiteXsrfSecretKey-class.html#secret
+oauth2client.appengine.SiteXsrfSecretKeyNDB oauth2client.appengine.SiteXsrfSecretKeyNDB-class.html
+oauth2client.appengine.SiteXsrfSecretKeyNDB.secret oauth2client.appengine.SiteXsrfSecretKeyNDB-class.html#secret
+oauth2client.appengine.SiteXsrfSecretKeyNDB._get_kind oauth2client.appengine.SiteXsrfSecretKeyNDB-class.html#_get_kind
oauth2client.appengine.StorageByKeyName oauth2client.appengine.StorageByKeyName-class.html
oauth2client.client.Storage.acquire_lock oauth2client.client.Storage-class.html#acquire_lock
oauth2client.appengine.StorageByKeyName.locked_put oauth2client.appengine.StorageByKeyName-class.html#locked_put
@@ -380,7 +451,10 @@
oauth2client.appengine.StorageByKeyName.locked_get oauth2client.appengine.StorageByKeyName-class.html#locked_get
oauth2client.client.Storage.get oauth2client.client.Storage-class.html#get
oauth2client.client.Storage.put oauth2client.client.Storage-class.html#put
+oauth2client.appengine.StorageByKeyName._is_ndb oauth2client.appengine.StorageByKeyName-class.html#_is_ndb
+oauth2client.appengine.StorageByKeyName._get_entity oauth2client.appengine.StorageByKeyName-class.html#_get_entity
oauth2client.client.Storage.release_lock oauth2client.client.Storage-class.html#release_lock
+oauth2client.appengine.StorageByKeyName._delete_entity oauth2client.appengine.StorageByKeyName-class.html#_delete_entity
oauth2client.client.Storage.delete oauth2client.client.Storage-class.html#delete
oauth2client.client.AccessTokenCredentials oauth2client.client.AccessTokenCredentials-class.html
oauth2client.client.AccessTokenCredentials.from_json oauth2client.client.AccessTokenCredentials-class.html#from_json
@@ -440,6 +514,7 @@
oauth2client.client.MemoryCache.get oauth2client.client.MemoryCache-class.html#get
oauth2client.client.MemoryCache.__init__ oauth2client.client.MemoryCache-class.html#__init__
oauth2client.client.MemoryCache.delete oauth2client.client.MemoryCache-class.html#delete
+oauth2client.client.NonAsciiHeaderError oauth2client.client.NonAsciiHeaderError-class.html
oauth2client.client.OAuth2Credentials oauth2client.client.OAuth2Credentials-class.html
oauth2client.client.OAuth2Credentials.authorize oauth2client.client.OAuth2Credentials-class.html#authorize
oauth2client.client.OAuth2Credentials.from_json oauth2client.client.OAuth2Credentials-class.html#from_json
@@ -498,14 +573,6 @@
oauth2client.clientsecrets.Error oauth2client.clientsecrets.Error-class.html
oauth2client.clientsecrets.InvalidClientSecretsError oauth2client.clientsecrets.InvalidClientSecretsError-class.html
oauth2client.crypt.AppIdentityError oauth2client.crypt.AppIdentityError-class.html
-oauth2client.crypt.Signer oauth2client.crypt.Signer-class.html
-oauth2client.crypt.Signer.sign oauth2client.crypt.Signer-class.html#sign
-oauth2client.crypt.Signer.from_string oauth2client.crypt.Signer-class.html#from_string
-oauth2client.crypt.Signer.__init__ oauth2client.crypt.Signer-class.html#__init__
-oauth2client.crypt.Verifier oauth2client.crypt.Verifier-class.html
-oauth2client.crypt.Verifier.verify oauth2client.crypt.Verifier-class.html#verify
-oauth2client.crypt.Verifier.from_string oauth2client.crypt.Verifier-class.html#from_string
-oauth2client.crypt.Verifier.__init__ oauth2client.crypt.Verifier-class.html#__init__
oauth2client.django_orm.CredentialsField oauth2client.django_orm.CredentialsField-class.html
oauth2client.django_orm.CredentialsField.get_internal_type oauth2client.django_orm.CredentialsField-class.html#get_internal_type
oauth2client.django_orm.CredentialsField.__metaclass__ oauth2client.django_orm.CredentialsField-class.html#__metaclass__