Searched full:oauth (Results 1 – 25 of 1481) sorted by relevance
12345678910>>...60
152 oauth:156 oauth:160 oauth:164 oauth:168 oauth:172 oauth:176 oauth:180 oauth:184 oauth:188 oauth:[all …]
151 oauth:155 oauth:159 oauth:163 oauth:167 oauth:171 oauth:175 oauth:179 oauth:183 oauth:187 oauth:[all …]
387 oauth:391 oauth:395 oauth:399 oauth:403 oauth:407 oauth:411 oauth:415 oauth:419 oauth:423 oauth:[all …]
22 oauth:26 oauth:30 oauth:34 oauth:39 oauth:43 oauth:47 oauth:51 oauth:56 oauth:61 oauth:[all …]
27 …from: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/javac/oauth…28 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/javac/oauth.j…51 …oauth/core/src/main/java/oauth/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-src…54 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint/lint-bas…58 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint/lint-rep…62 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint/lint-rep…66 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint/lint-rep…70 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint/lint-src…74 …to: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint/suggeste…78 …file: "out/soong/.intermediates/external/oauth/core/src/main/java/oauth/android_common/lint-srcs.l…[all …]
17 package net.oauth.client;29 import net.oauth.OAuth;30 import net.oauth.OAuthAccessor;31 import net.oauth.OAuthConsumer;32 import net.oauth.OAuthException;33 import net.oauth.OAuthMessage;34 import net.oauth.OAuthProblemException;35 import net.oauth.http.HttpClient;36 import net.oauth.http.HttpMessage;37 import net.oauth.http.HttpMessageDecoder;[all …]
17 package net.oauth;33 import net.oauth.http.HttpMessage;34 import net.oauth.signature.OAuthSignatureMethod;37 * A request or response message used in the OAuth protocol.58 this.parameters.add(new OAuth.Parameter( in OAuthMessage()97 addParameter(new OAuth.Parameter(key, value)); in addParameter()116 return getParameter(OAuth.OAUTH_CONSUMER_KEY); in getConsumerKey()120 return getParameter(OAuth.OAUTH_TOKEN); in getToken()124 return getParameter(OAuth.OAUTH_SIGNATURE_METHOD); in getSignatureMethod()128 return getParameter(OAuth.OAUTH_SIGNATURE); in getSignature()[all …]
27 oauth:33 oauth:38 oauth:44 oauth:50 oauth:56 oauth:61 oauth:66 oauth:71 oauth:78 oauth:[all …]
70 oauth:74 oauth:79 oauth:84 oauth:89 oauth:94 oauth:99 oauth:103 oauth:107 oauth:112 oauth:[all …]
90 oauth:94 oauth:100 oauth:104 oauth:110 oauth:116 oauth:122 oauth:126 oauth:132 oauth:138 oauth:[all …]
1 # Using OAuth 2.0 for Installed Applications3 The Google APIs Client Library for Python supports using OAuth 2.0 in applications that are install…10 …entity) to authenticate your users. The Google Sign-In button manages the OAuth 2.0 flow both for …12 …p will run on game consoles, video cameras, or printers), then see [Using OAuth 2.0 for Devices](h…16 To use OAuth 2.0 in a locally-installed application, first create application credentials for your …18 …with a Google API, your application sends the user to Google's OAuth 2.0 server. The OAuth 2.0 ser…20 Next, Google's OAuth 2.0 server sends a single-use authorization code to your application, either i…24 This flow is similar to the one shown in the [Using OAuth 2.0 for Web Server Applications](https://…32 All applications that use OAuth 2.0 must have credentials that identify the application to the OAut…37 … haven't done so already, create your OAuth 2.0 credentials by clicking **Create new Client ID** u…[all …]
... META-INF/maven/com.google.oauth-client/google-oauth-client/ com
22 oauth:26 oauth:31 oauth:36 oauth:41 oauth:46 oauth:51 oauth:56 oauth:61 oauth:66 oauth:[all …]
... META-INF/maven/com.google.oauth-client/google-oauth-client/pom
107 oauth:112 oauth:117 oauth:122 oauth:127 oauth:132 oauth:137 oauth:142 oauth:147 oauth:152 oauth:[all …]
18 oauth:22 oauth:28 oauth:35 oauth:42 oauth:48 oauth:54 oauth:60 oauth:66 oauth:71 oauth:[all …]
99 oauth:104 oauth:109 oauth:114 oauth:119 oauth:124 oauth:129 oauth:134 oauth:139 oauth:144 oauth:[all …]
43 …<li>google-oauth-client: <a href='dependencies/google-oauth-client-dependencies.html'>google-oauth…44 <li>google-oauth-client-appengine: <a45 …href='dependencies/google-oauth-client-appengine-dependencies.html'>google-oauth-client-appengine-…46 <li>google-oauth-client-servlet: <a47 …href='dependencies/google-oauth-client-servlet-dependencies.html'>google-oauth-client-servlet-depe…48 <li>google-oauth-client-java6: <a49 …href='dependencies/google-oauth-client-java6-dependencies.html'>google-oauth-client-java6-dependen…50 <li>google-oauth-client-java7: <a51 …href='dependencies/google-oauth-client-java7-dependencies.html'>google-oauth-client-java7-dependen…52 <li>google-oauth-client-jetty: <a[all …]
82 <p class="firstline">Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP…85 <p class="firstline">Deletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing obsole…88 <p class="firstline">Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client…97 <p class="firstline">Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the secret…106 …<pre>Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP. Requires that…114 "displayName": "A String", # Human-friendly name given to the OAuth client.115 "name": "A String", # Output only. Unique identifier of the OAuth client.116 "secret": "A String", # Output only. Client secret of the OAuth client.128 "displayName": "A String", # Human-friendly name given to the OAuth client.129 "name": "A String", # Output only. Unique identifier of the OAuth client.[all …]
103 oauth:108 oauth:113 oauth:118 oauth:123 oauth:128 oauth:133 oauth:138 oauth:143 oauth:148 oauth:[all …]
54 oauth:59 oauth:64 oauth:69 oauth:73 oauth:77 oauth:81 oauth:85 oauth:89 oauth:93 oauth:[all …]
87 oauth:92 oauth:97 oauth:102 oauth:107 oauth:112 oauth:117 oauth:122 oauth:127 oauth:132 oauth:[all …]
122 oauth:126 oauth:130 oauth:134 oauth:138 oauth:142 oauth:146 oauth:150 oauth:154 oauth:158 oauth:[all …]
77 oauth:82 oauth:89 oauth:96 oauth:103 oauth:110 oauth:117 oauth:124 oauth:131 oauth:138 oauth:[all …]