blob: 21187f0a4c56695f69aed024eaf04b9ccdb332b5 [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>
Joe Gregorio66212032012-06-14 09:10:14 -040041 <a target="mainFrame" href="oauth2client.client-module.html#credentials_from_clientsecrets_and_code"
42 >credentials_from_clientsecrets_and_code</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#credentials_from_code"
43 >credentials_from_code</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#flow_from_clientsecrets"
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040044 >flow_from_clientsecrets</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#verify_id_token"
45 >verify_id_token</a><br /> <h2 class="toc">Variables</h2>
46 <a target="mainFrame" href="oauth2client.client-module.html#EXPIRY_FORMAT"
47 >EXPIRY_FORMAT</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#HAS_OPENSSL"
48 >HAS_OPENSSL</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#ID_TOKEN_VERIFICATON_CERTS"
49 >ID_TOKEN_VERIFICATON_CERTS</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#OOB_CALLBACK_URN"
50 >OOB_CALLBACK_URN</a><br /> <a target="mainFrame" href="oauth2client.client-module.html#__package__"
51 >__package__</a><br /> <div class="private">
52 <a target="mainFrame" href="oauth2client.client-module.html#_cached_http"
53 >_cached_http</a><br /> </div>
54 <a target="mainFrame" href="oauth2client.client-module.html#logger"
55 >logger</a><br /><hr />
56<span class="options">[<a href="javascript:void(0);" class="privatelink"
57 onclick="toggle_private();">hide&nbsp;private</a>]</span>
58
59<script type="text/javascript">
60 <!--
61 // Private objects are initially displayed (because if
62 // javascript is turned off then we want them to be
63 // visible); but by default, we want to hide them. So hide
64 // them unless we have a cookie that says to show them.
65 checkCookie();
66 // -->
67</script>
68</body>
69</html>