OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OAUTH_TOKEN_SECRET
(Results
1 - 2
of
2
) sorted by null
/external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java
160
accessor.tokenSecret = response.getParameter(OAuth.
OAUTH_TOKEN_SECRET
);
161
response.requireParameters(OAuth.OAUTH_TOKEN, OAuth.
OAUTH_TOKEN_SECRET
);
196
response.requireParameters(OAuth.OAUTH_TOKEN, OAuth.
OAUTH_TOKEN_SECRET
);
198
accessor.tokenSecret = response.getParameter(OAuth.
OAUTH_TOKEN_SECRET
);
/external/oauth/core/src/main/java/net/oauth/
OAuth.java
46
public static final String
OAUTH_TOKEN_SECRET
= "
oauth_token_secret
";
Completed in 46 milliseconds