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