blob: 713441915344889054d355d83d788b43c65c8fbe [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>oauth2client</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<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
16 <tr valign="middle">
17
18 <!-- Tree link -->
19 <th>&nbsp;&nbsp;&nbsp;<a
20 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
21
22 <!-- Index link -->
23 <th>&nbsp;&nbsp;&nbsp;<a
24 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
25
26 <!-- Help link -->
27 <th>&nbsp;&nbsp;&nbsp;<a
28 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
29
30 <th class="navbar" width="100%"></th>
31 </tr>
32</table>
33<table width="100%" cellpadding="0" cellspacing="0">
34 <tr valign="top">
35 <td width="100%">
36 <span class="breadcrumbs">
37 Package&nbsp;oauth2client
38 </span>
39 </td>
40 <td>
41 <table cellpadding="0" cellspacing="0">
42 <!-- hide/show private -->
43 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
44 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
45 <tr><td align="right"><span class="options"
46 >[<a href="frames.html" target="_top">frames</a
47 >]&nbsp;|&nbsp;<a href="oauth2client-module.html"
48 target="_top">no&nbsp;frames</a>]</span></td></tr>
49 </table>
50 </td>
51 </tr>
52</table>
53<!-- ==================== PACKAGE DESCRIPTION ==================== -->
54<h1 class="epydoc">Package oauth2client</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client-pysrc.html">source&nbsp;code</a></span></p>
55<hr />
56<div class="fields"> <p><strong>Version:</strong>
Joe Gregorio37802c32013-08-06 12:24:05 -040057 1.2
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040058 </p>
59</div><!-- ==================== SUBMODULES ==================== -->
60<a name="section-Submodules"></a>
61<table class="summary" border="1" cellpadding="3"
62 cellspacing="0" width="100%" bgcolor="white">
63<tr bgcolor="#70b0f0" class="table-header">
64 <td colspan="2" class="table-header">
65 <table border="0" cellpadding="0" cellspacing="0" width="100%">
66 <tr valign="top">
67 <td align="left"><span class="table-header">Submodules</span></td>
68 <td align="right" valign="top"
69 ><span class="options">[<a href="#section-Submodules"
70 class="privatelink" onclick="toggle_private();"
71 >hide private</a>]</span></td>
72 </tr>
73 </table>
74 </td>
75</tr>
76 <tr><td class="summary">
77 <ul class="nomargin">
78 <li> <strong class="uidlink"><a href="oauth2client.anyjson-module.html">oauth2client.anyjson</a></strong>: <em class="summary">Utility module to import a JSON module</em> </li>
79 <li> <strong class="uidlink"><a href="oauth2client.appengine-module.html">oauth2client.appengine</a></strong>: <em class="summary">Utilities for Google App Engine</em> </li>
80 <li> <strong class="uidlink"><a href="oauth2client.client-module.html">oauth2client.client</a></strong>: <em class="summary">An OAuth 2.0 client.</em> </li>
81 <li> <strong class="uidlink"><a href="oauth2client.clientsecrets-module.html">oauth2client.clientsecrets</a></strong>: <em class="summary">Utilities for reading OAuth 2.0 client secret files.</em> </li>
82 <li> <strong class="uidlink"><a href="oauth2client.crypt-module.html">oauth2client.crypt</a></strong> </li>
83 <li> <strong class="uidlink"><a href="oauth2client.django_orm-module.html">oauth2client.django_orm</a></strong>: <em class="summary">OAuth 2.0 utilities for Django.</em> </li>
84 <li> <strong class="uidlink"><a href="oauth2client.file-module.html">oauth2client.file</a></strong>: <em class="summary">Utilities for OAuth.</em> </li>
Joe Gregorio1b425aa2012-08-24 12:04:34 -040085 <li> <strong class="uidlink"><a href="oauth2client.gce-module.html">oauth2client.gce</a></strong>: <em class="summary">Utilities for Google Compute Engine</em> </li>
Joe Gregorioad8013f2012-08-03 08:44:02 -040086 <li> <strong class="uidlink"><a href="oauth2client.keyring_storage-module.html">oauth2client.keyring_storage</a></strong>: <em class="summary">A keyring based Storage.</em> </li>
Joe Gregorio66212032012-06-14 09:10:14 -040087 <li> <strong class="uidlink"><a href="oauth2client.locked_file-module.html">oauth2client.locked_file</a></strong>: <em class="summary">Locked file interface that should work on Unix and Windows pythons.</em> </li>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040088 <li> <strong class="uidlink"><a href="oauth2client.multistore_file-module.html">oauth2client.multistore_file</a></strong>: <em class="summary">Multi-credential file store with lock support.</em> </li>
Joe Gregorio37802c32013-08-06 12:24:05 -040089 <li> <strong class="uidlink"><a href="oauth2client.old_run-module.html">oauth2client.old_run</a></strong>: <em class="summary">This module holds the old run() function which is deprecated, the
90tools.run_flow() function should be used in its place.</em> </li>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040091 <li> <strong class="uidlink"><a href="oauth2client.tools-module.html">oauth2client.tools</a></strong>: <em class="summary">Command-line tools for authenticating via OAuth 2.0</em> </li>
Joe Gregorioad8013f2012-08-03 08:44:02 -040092 <li> <strong class="uidlink"><a href="oauth2client.util-module.html">oauth2client.util</a></strong>: <em class="summary">Common utility library.</em> </li>
Joe Gregorio1b425aa2012-08-24 12:04:34 -040093 <li> <strong class="uidlink"><a href="oauth2client.xsrfutil-module.html">oauth2client.xsrfutil</a></strong>: <em class="summary">Helper methods for creating &amp; verifying XSRF tokens.</em> </li>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040094 </ul></td></tr>
95</table>
96
97<br />
Joe Gregorio41be8e82013-03-07 10:31:47 -050098<!-- ==================== VARIABLES ==================== -->
99<a name="section-Variables"></a>
100<table class="summary" border="1" cellpadding="3"
101 cellspacing="0" width="100%" bgcolor="white">
102<tr bgcolor="#70b0f0" class="table-header">
103 <td colspan="2" class="table-header">
104 <table border="0" cellpadding="0" cellspacing="0" width="100%">
105 <tr valign="top">
106 <td align="left"><span class="table-header">Variables</span></td>
107 <td align="right" valign="top"
108 ><span class="options">[<a href="#section-Variables"
109 class="privatelink" onclick="toggle_private();"
110 >hide private</a>]</span></td>
111 </tr>
112 </table>
113 </td>
114</tr>
115<tr>
116 <td width="15%" align="right" valign="top" class="summary">
117 <span class="summary-type">&nbsp;</span>
118 </td><td class="summary">
119 <a name="GOOGLE_AUTH_URI"></a><span class="summary-name">GOOGLE_AUTH_URI</span> = <code title="'https://accounts.google.com/o/oauth2/auth'">'https://accounts.google.com/o/oauth2/auth'</code>
120 </td>
121 </tr>
122<tr>
123 <td width="15%" align="right" valign="top" class="summary">
124 <span class="summary-type">&nbsp;</span>
125 </td><td class="summary">
126 <a name="GOOGLE_REVOKE_URI"></a><span class="summary-name">GOOGLE_REVOKE_URI</span> = <code title="'https://accounts.google.com/o/oauth2/revoke'">'https://accounts.google.com/o/oauth2/revoke'</code>
127 </td>
128 </tr>
129<tr>
130 <td width="15%" align="right" valign="top" class="summary">
131 <span class="summary-type">&nbsp;</span>
132 </td><td class="summary">
133 <a name="GOOGLE_TOKEN_URI"></a><span class="summary-name">GOOGLE_TOKEN_URI</span> = <code title="'https://accounts.google.com/o/oauth2/token'">'https://accounts.google.com/o/oauth2/token'</code>
134 </td>
135 </tr>
136</table>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400137<!-- ==================== NAVIGATION BAR ==================== -->
138<table class="navbar" border="0" width="100%" cellpadding="0"
139 bgcolor="#a0c0ff" cellspacing="0">
140 <tr valign="middle">
141
142 <!-- Tree link -->
143 <th>&nbsp;&nbsp;&nbsp;<a
144 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
145
146 <!-- Index link -->
147 <th>&nbsp;&nbsp;&nbsp;<a
148 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
149
150 <!-- Help link -->
151 <th>&nbsp;&nbsp;&nbsp;<a
152 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
153
154 <th class="navbar" width="100%"></th>
155 </tr>
156</table>
157<table border="0" cellpadding="0" cellspacing="0" width="100%%">
158 <tr>
159 <td align="left" class="footer">
Joe Gregorio37802c32013-08-06 12:24:05 -0400160 Generated by Epydoc 3.0.1 on Tue Aug 6 12:16:42 2013
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400161 </td>
162 <td align="right" class="footer">
163 <a target="mainFrame" href="http://epydoc.sourceforge.net"
164 >http://epydoc.sourceforge.net</a>
165 </td>
166 </tr>
167</table>
168
169<script type="text/javascript">
170 <!--
171 // Private objects are initially displayed (because if
172 // javascript is turned off then we want them to be
173 // visible); but by default, we want to hide them. So hide
174 // them unless we have a cookie that says to show them.
175 checkCookie();
176 // -->
177</script>
178</body>
179</html>