OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OAuth
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/cros/fake_device_server/
oauth.py
13
OAUTH_PATH = '
oauth
'
21
class
OAuth
(object):
22
"""The bare minimum to make Buffet think its talking to
OAuth
."""
63
in the request body in query-string format (see the
OAuth
docs
101
400, 'Unsupported
oauth
path %s' % path)
/external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java
17
package net.
oauth
.client;
22
import net.
oauth
.
OAuth
;
23
import net.
oauth
.OAuthMessage;
24
import net.
oauth
.OAuthProblemException;
25
import net.
oauth
.http.HttpMessage;
26
import net.
oauth
.http.HttpResponseMessage;
43
for (
OAuth
.Parameter parameter : decodeAuthorization(header.getValue())) {
72
addParameters(
OAuth
.decodeForm(body.trim()));
/external/oauth/core/src/main/java/net/oauth/
OAuth.java
17
package net.
oauth
;
34
public class
OAuth
{
41
/** The MIME type for a sequence of
OAuth
parameters. */
89
* name/value pairs. Use
OAuth
percent encoding (not exactly the encoding
150
p.append(
OAuth
.percentEncode(toString(v)));
161
//
OAuth
encodes some characters differently:
173
// This implements http://
oauth
.pbwiki.com/FlexibleDecoding
Completed in 122 milliseconds