blob: f92d28330ff416297ad1293e2182989499e3ce2c [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.file</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 <a href="oauth2client-module.html">Package&nbsp;oauth2client</a> ::
38 Module&nbsp;file
39 </span>
40 </td>
41 <td>
42 <table cellpadding="0" cellspacing="0">
43 <!-- hide/show private -->
44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
45 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
46 <tr><td align="right"><span class="options"
47 >[<a href="frames.html" target="_top">frames</a
48 >]&nbsp;|&nbsp;<a href="oauth2client.file-module.html"
49 target="_top">no&nbsp;frames</a>]</span></td></tr>
50 </table>
51 </td>
52 </tr>
53</table>
54<!-- ==================== MODULE DESCRIPTION ==================== -->
55<h1 class="epydoc">Module file</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.file-pysrc.html">source&nbsp;code</a></span></p>
56<pre class="literalblock">
57Utilities for OAuth.
58
59Utilities for making it easier to work with OAuth 2.0
60credentials.
61
62</pre>
63
64<hr />
65<div class="fields"> <p><strong>Author:</strong>
66 jcgregorio@google.com (Joe Gregorio)
67 </p>
68</div><!-- ==================== CLASSES ==================== -->
69<a name="section-Classes"></a>
70<table class="summary" border="1" cellpadding="3"
71 cellspacing="0" width="100%" bgcolor="white">
72<tr bgcolor="#70b0f0" class="table-header">
73 <td colspan="2" class="table-header">
74 <table border="0" cellpadding="0" cellspacing="0" width="100%">
75 <tr valign="top">
76 <td align="left"><span class="table-header">Classes</span></td>
77 <td align="right" valign="top"
78 ><span class="options">[<a href="#section-Classes"
79 class="privatelink" onclick="toggle_private();"
80 >hide private</a>]</span></td>
81 </tr>
82 </table>
83 </td>
84</tr>
85<tr>
86 <td width="15%" align="right" valign="top" class="summary">
87 <span class="summary-type">&nbsp;</span>
88 </td><td class="summary">
Joe Gregorio0cd347a2012-08-30 08:22:27 -040089 <a href="oauth2client.file.CredentialsFileSymbolicLinkError-class.html" class="summary-name">CredentialsFileSymbolicLinkError</a><br />
90 Credentials files must not be symbolic links.
91 </td>
92 </tr>
93<tr>
94 <td width="15%" align="right" valign="top" class="summary">
95 <span class="summary-type">&nbsp;</span>
96 </td><td class="summary">
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040097 <a href="oauth2client.file.Storage-class.html" class="summary-name">Storage</a><br />
98 Store and retrieve a single credential to and from a file.
99 </td>
100 </tr>
101</table>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400102<!-- ==================== NAVIGATION BAR ==================== -->
103<table class="navbar" border="0" width="100%" cellpadding="0"
104 bgcolor="#a0c0ff" cellspacing="0">
105 <tr valign="middle">
106
107 <!-- Tree link -->
108 <th>&nbsp;&nbsp;&nbsp;<a
109 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
110
111 <!-- Index link -->
112 <th>&nbsp;&nbsp;&nbsp;<a
113 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
114
115 <!-- Help link -->
116 <th>&nbsp;&nbsp;&nbsp;<a
117 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
118
119 <th class="navbar" width="100%"></th>
120 </tr>
121</table>
122<table border="0" cellpadding="0" cellspacing="0" width="100%%">
123 <tr>
124 <td align="left" class="footer">
Joe Gregorio52a5c532013-01-24 16:19:07 -0500125 Generated by Epydoc 3.0.1 on Thu Jan 24 16:14:31 2013
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400126 </td>
127 <td align="right" class="footer">
128 <a target="mainFrame" href="http://epydoc.sourceforge.net"
129 >http://epydoc.sourceforge.net</a>
130 </td>
131 </tr>
132</table>
133
134<script type="text/javascript">
135 <!--
136 // Private objects are initially displayed (because if
137 // javascript is turned off then we want them to be
138 // visible); but by default, we want to hide them. So hide
139 // them unless we have a cookie that says to show them.
140 checkCookie();
141 // -->
142</script>
143</body>
144</html>