blob: cb2500804f82ff6df3c780884f525ae20172f49d [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"
25 >MemoryCache</a><br /> <a target="mainFrame" href="oauth2client.client.OAuth2Credentials-class.html"
26 >OAuth2Credentials</a><br /> <a target="mainFrame" href="oauth2client.client.OAuth2WebServerFlow-class.html"
27 >OAuth2WebServerFlow</a><br /> <a target="mainFrame" href="oauth2client.client.SignedJwtAssertionCredentials-class.html"
28 >SignedJwtAssertionCredentials</a><br /> <a target="mainFrame" href="oauth2client.client.Storage-class.html"
29 >Storage</a><br /> <a target="mainFrame" href="oauth2client.client.UnknownClientSecretsFlowError-class.html"
30 >UnknownClientSecretsFlowError</a><br /> <a target="mainFrame" href="oauth2client.client.VerifyJwtTokenError-class.html"
31 >VerifyJwtTokenError</a><br /> <h2 class="toc">Functions</h2>
32 <div class="private">
33 <a target="mainFrame" href="oauth2client.client-module.html#_abstract"
34 >_abstract</a><br /> </div>
35 <div class="private">
36 <a target="mainFrame" href="oauth2client.client-module.html#_extract_id_token"
37 >_extract_id_token</a><br /> </div>
38 <div class="private">
39 <a target="mainFrame" href="oauth2client.client-module.html#_urlsafe_b64decode"
40 >_urlsafe_b64decode</a><br /> </div>
41 <a target="mainFrame" href="oauth2client.client-module.html#flow_from_clientsecrets"
42 >flow_from_clientsecrets</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#verify_id_token"
43 >verify_id_token</a><br /> <h2 class="toc">Variables</h2>
44 <a target="mainFrame" href="oauth2client.client-module.html#EXPIRY_FORMAT"
45 >EXPIRY_FORMAT</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#HAS_OPENSSL"
46 >HAS_OPENSSL</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS"
47 >ID_TOKEN_VERIFICATON_CERTS</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#OOB_CALLBACK_URN"
48 >OOB_CALLBACK_URN</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#__package__"
49 >__package__</a><br /> <div class="private">
50 <a target="mainFrame" href="oauth2client.client-module.html#_cached_http"
51 >_cached_http</a><br /> </div>
52 <a target="mainFrame" href="oauth2client.client-module.html#logger"
53 >logger</a><br /><hr />
54<span class="options">[<a href="javascript:void(0);" class="privatelink"
55 onclick="toggle_private();">hide&nbsp;private</a>]</span>
56
57<script type="text/javascript">
58 <!--
59 // Private objects are initially displayed (because if
60 // javascript is turned off then we want them to be
61 // visible); but by default, we want to hide them. So hide
62 // them unless we have a cookie that says to show them.
63 checkCookie();
64 // -->
65</script>
66</body>
67</html>