blob: c880a2b1dd790ff1e59f56034548ab12f271c26f [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.appengine.CredentialsModel</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 <a href="oauth2client.appengine-module.html">Module&nbsp;appengine</a> ::
39 Class&nbsp;CredentialsModel
40 </span>
41 </td>
42 <td>
43 <table cellpadding="0" cellspacing="0">
44 <!-- hide/show private -->
45 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
46 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
47 <tr><td align="right"><span class="options"
48 >[<a href="frames.html" target="_top">frames</a
49 >]&nbsp;|&nbsp;<a href="oauth2client.appengine.CredentialsModel-class.html"
50 target="_top">no&nbsp;frames</a>]</span></td></tr>
51 </table>
52 </td>
53 </tr>
54</table>
55<!-- ==================== CLASS DESCRIPTION ==================== -->
56<h1 class="epydoc">Class CredentialsModel</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.appengine-pysrc.html#CredentialsModel">source&nbsp;code</a></span></p>
57<center>
Joe Gregorio746096f2012-06-15 10:53:36 -040058<center> <map id="class_hierarchy_for_credential" name="class_hierarchy_for_credential">
Joe Gregorio52a5c532013-01-24 16:19:07 -050059<area shape="rect" id="node1" href="javascript:void(0);" title="google.appengine.ext.db.Model" alt="" coords="5,6,208,34"/>
60<area shape="rect" id="node2" href="oauth2client.appengine.CredentialsModel-class.html" title="CredentialsModel" alt="" coords="232,6,355,34"/>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040061</map>
Joe Gregorio746096f2012-06-15 10:53:36 -040062 <img src="class_hierarchy_for_credential.gif" alt='' usemap="#class_hierarchy_for_credential" ismap="ismap" class="graph-without-title" />
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040063</center>
64</center>
65<hr />
66<pre class="literalblock">
67Storage for OAuth 2.0 Credentials
68
69Storage of the model is keyed by the user.user_id().
70
71</pre>
72
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040073<!-- ==================== CLASS VARIABLES ==================== -->
74<a name="section-ClassVariables"></a>
75<table class="summary" border="1" cellpadding="3"
76 cellspacing="0" width="100%" bgcolor="white">
77<tr bgcolor="#70b0f0" class="table-header">
78 <td colspan="2" class="table-header">
79 <table border="0" cellpadding="0" cellspacing="0" width="100%">
80 <tr valign="top">
81 <td align="left"><span class="table-header">Class Variables</span></td>
82 <td align="right" valign="top"
83 ><span class="options">[<a href="#section-ClassVariables"
84 class="privatelink" onclick="toggle_private();"
85 >hide private</a>]</span></td>
86 </tr>
87 </table>
88 </td>
89</tr>
90<tr>
91 <td width="15%" align="right" valign="top" class="summary">
92 <span class="summary-type">&nbsp;</span>
93 </td><td class="summary">
94 <a name="credentials"></a><span class="summary-name">credentials</span> = <code title="CredentialsProperty()">CredentialsProperty()</code>
95 </td>
96 </tr>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040097</table>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040098<!-- ==================== NAVIGATION BAR ==================== -->
99<table class="navbar" border="0" width="100%" cellpadding="0"
100 bgcolor="#a0c0ff" cellspacing="0">
101 <tr valign="middle">
102
103 <!-- Tree link -->
104 <th>&nbsp;&nbsp;&nbsp;<a
105 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
106
107 <!-- Index link -->
108 <th>&nbsp;&nbsp;&nbsp;<a
109 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
110
111 <!-- Help link -->
112 <th>&nbsp;&nbsp;&nbsp;<a
113 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
114
115 <th class="navbar" width="100%"></th>
116 </tr>
117</table>
118<table border="0" cellpadding="0" cellspacing="0" width="100%%">
119 <tr>
120 <td align="left" class="footer">
Joe Gregorio52a5c532013-01-24 16:19:07 -0500121 Generated by Epydoc 3.0.1 on Thu Jan 24 16:14:39 2013
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400122 </td>
123 <td align="right" class="footer">
124 <a target="mainFrame" href="http://epydoc.sourceforge.net"
125 >http://epydoc.sourceforge.net</a>
126 </td>
127 </tr>
128</table>
129
130<script type="text/javascript">
131 <!--
132 // Private objects are initially displayed (because if
133 // javascript is turned off then we want them to be
134 // visible); but by default, we want to hide them. So hide
135 // them unless we have a cookie that says to show them.
136 checkCookie();
137 // -->
138</script>
139</body>
140</html>