blob: 2c73ba155838d764081f445eab2f1e25d81f281c [file] [log] [blame]
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -04001<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <title>client</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12 alink="#204080">
13<h1 class="toc">Module client</h1>
14<hr />
15 <h2 class="toc">Classes</h2>
16 <a target="mainFrame" href="oauth2client.client.AccessTokenCredentials-class.html"
17 >AccessTokenCredentials</a><br /> <a target="mainFrame" href="oauth2client.client.AccessTokenCredentialsError-class.html"
18 >AccessTokenCredentialsError</a><br /> <a target="mainFrame" href="oauth2client.client.AccessTokenRefreshError-class.html"
19 >AccessTokenRefreshError</a><br /> <a target="mainFrame" href="oauth2client.client.AssertionCredentials-class.html"
20 >AssertionCredentials</a><br /> <a target="mainFrame" href="oauth2client.client.Credentials-class.html"
21 >Credentials</a><br /> <a target="mainFrame" href="oauth2client.client.Error-class.html"
22 >Error</a><br /> <a target="mainFrame" href="oauth2client.client.Flow-class.html"
23 >Flow</a><br /> <a target="mainFrame" href="oauth2client.client.FlowExchangeError-class.html"
24 >FlowExchangeError</a><br /> <a target="mainFrame" href="oauth2client.client.MemoryCache-class.html"
Joe Gregorio52a5c532013-01-24 16:19:07 -050025 >MemoryCache</a><br /> <a target="mainFrame" href="oauth2client.client.NonAsciiHeaderError-class.html"
26 >NonAsciiHeaderError</a><br /> <a target="mainFrame" href="oauth2client.client.OAuth2Credentials-class.html"
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040027 >OAuth2Credentials</a><br /> <a target="mainFrame" href="oauth2client.client.OAuth2WebServerFlow-class.html"
28 >OAuth2WebServerFlow</a><br /> <a target="mainFrame" href="oauth2client.client.SignedJwtAssertionCredentials-class.html"
29 >SignedJwtAssertionCredentials</a><br /> <a target="mainFrame" href="oauth2client.client.Storage-class.html"
Joe Gregorio41be8e82013-03-07 10:31:47 -050030 >Storage</a><br /> <a target="mainFrame" href="oauth2client.client.TokenRevokeError-class.html"
31 >TokenRevokeError</a><br /> <a target="mainFrame" href="oauth2client.client.UnknownClientSecretsFlowError-class.html"
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040032 >UnknownClientSecretsFlowError</a><br /> <a target="mainFrame" href="oauth2client.client.VerifyJwtTokenError-class.html"
33 >VerifyJwtTokenError</a><br /> <h2 class="toc">Functions</h2>
34 <div class="private">
35 <a target="mainFrame" href="oauth2client.client-module.html#_abstract"
36 >_abstract</a><br /> </div>
37 <div class="private">
38 <a target="mainFrame" href="oauth2client.client-module.html#_extract_id_token"
39 >_extract_id_token</a><br /> </div>
40 <div class="private">
Joe Gregorioe7a0c472012-07-12 11:46:04 -040041 <a target="mainFrame" href="oauth2client.client-module.html#_parse_exchange_token_response"
42 >_parse_exchange_token_response</a><br /> </div>
43 <div class="private">
Joe Gregorio41be8e82013-03-07 10:31:47 -050044 <a target="mainFrame" href="oauth2client.client-module.html#_update_query_params"
45 >_update_query_params</a><br /> </div>
46 <div class="private">
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040047 <a target="mainFrame" href="oauth2client.client-module.html#_urlsafe_b64decode"
48 >_urlsafe_b64decode</a><br /> </div>
Joe Gregorio52a5c532013-01-24 16:19:07 -050049 <a target="mainFrame" href="oauth2client.client-module.html#clean_headers"
50 >clean_headers</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#credentials_from_clientsecrets_and_code"
Joe Gregoriof4839b02012-09-06 13:47:24 -040051 >credentials_from_clientsecrets_and_code</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#credentials_from_code"
52 >credentials_from_code</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#flow_from_clientsecrets"
53 >flow_from_clientsecrets</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#verify_id_token"
54 >verify_id_token</a><br /> <h2 class="toc">Variables</h2>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040055 <a target="mainFrame" href="oauth2client.client-module.html#EXPIRY_FORMAT"
Joe Gregorio52a5c532013-01-24 16:19:07 -050056 >EXPIRY_FORMAT</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#HAS_CRYPTO"
Joe Gregorio41be8e82013-03-07 10:31:47 -050057 >HAS_CRYPTO</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#HAS_OPENSSL"
58 >HAS_OPENSSL</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS"
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040059 >ID_TOKEN_VERIFICATON_CERTS</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#OOB_CALLBACK_URN"
Joe Gregorio52a5c532013-01-24 16:19:07 -050060 >OOB_CALLBACK_URN</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#REFRESH_STATUS_CODES"
61 >REFRESH_STATUS_CODES</a><br /> <div class="private">
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040062 <a target="mainFrame" href="oauth2client.client-module.html#_cached_http"
63 >_cached_http</a><br /> </div>
64 <a target="mainFrame" href="oauth2client.client-module.html#logger"
65 >logger</a><br /><hr />
66<span class="options">[<a href="javascript:void(0);" class="privatelink"
67 onclick="toggle_private();">hide&nbsp;private</a>]</span>
68
69<script type="text/javascript">
70 <!--
71 // Private objects are initially displayed (because if
72 // javascript is turned off then we want them to be
73 // visible); but by default, we want to hide them. So hide
74 // them unless we have a cookie that says to show them.
75 checkCookie();
76 // -->
77</script>
78</body>
79</html>