reference/oauth/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -151,7 +151,7 @@
151
151
<varlistentry xml:id="constant.oauth-reqengine-streams">
152
152
<term>
153
153
<constant>OAUTH_REQENGINE_STREAMS</constant>
154
-
(<type>integer</type>)
154
+
(<type>int</type>)
155
155
</term>
156
156
<listitem>
157
157
<simpara>
...
...
@@ -165,7 +165,7 @@
165
165
<varlistentry xml:id="constant.oauth-reqengine-curl">
166
166
<term>
167
167
<constant>OAUTH_REQENGINE_CURL</constant>
168
-
(<type>integer</type>)
168
+
(<type>int</type>)
169
169
</term>
170
170
<listitem>
171
171
<simpara>
...
...
@@ -178,7 +178,7 @@
178
178
<varlistentry xml:id="constant.oauth-ok">
179
179
<term>
180
180
<constant>OAUTH_OK</constant>
181
-
(<type>integer</type>)
181
+
(<type>int</type>)
182
182
</term>
183
183
<listitem>
184
184
<simpara>
...
...
@@ -189,7 +189,7 @@
189
189
<varlistentry xml:id="constant.oauth-bad-nonce">
190
190
<term>
191
191
<constant>OAUTH_BAD_NONCE</constant>
192
-
(<type>integer</type>)
192
+
(<type>int</type>)
193
193
</term>
194
194
<listitem>
195
195
<simpara>
...
...
@@ -201,7 +201,7 @@
201
201
<varlistentry xml:id="constant.oauth-bad-timestamp">
202
202
<term>
203
203
<constant>OAUTH_BAD_TIMESTAMP</constant>
204
-
(<type>integer</type>)
204
+
(<type>int</type>)
205
205
</term>
206
206
<listitem>
207
207
<simpara>
...
...
@@ -214,7 +214,7 @@
214
214
<varlistentry xml:id="constant.oauth-consumer-key-unknown">
215
215
<term>
216
216
<constant>OAUTH_CONSUMER_KEY_UNKNOWN</constant>
217
-
(<type>integer</type>)
217
+
(<type>int</type>)
218
218
</term>
219
219
<listitem>
220
220
<simpara>
...
...
@@ -226,7 +226,7 @@
226
226
<varlistentry xml:id="constant.oauth-consumer-key-refused">
227
227
<term>
228
228
<constant>OAUTH_CONSUMER_KEY_REFUSED</constant>
229
-
(<type>integer</type>)
229
+
(<type>int</type>)
230
230
</term>
231
231
<listitem>
232
232
<simpara>
...
...
@@ -237,7 +237,7 @@
237
237
<varlistentry xml:id="constant.oauth-invalid-signature">
238
238
<term>
239
239
<constant>OAUTH_INVALID_SIGNATURE</constant>
240
-
(<type>integer</type>)
240
+
(<type>int</type>)
241
241
</term>
242
242
<listitem>
243
243
<simpara>
...
...
@@ -249,7 +249,7 @@
249
249
<varlistentry xml:id="constant.oauth-token-used">
250
250
<term>
251
251
<constant>OAUTH_TOKEN_USED</constant>
252
-
(<type>integer</type>)
252
+
(<type>int</type>)
253
253
</term>
254
254
<listitem>
255
255
<simpara>
...
...
@@ -261,7 +261,7 @@
261
261
<varlistentry xml:id="constant.oauth-token-expired">
262
262
<term>
263
263
<constant>OAUTH_TOKEN_EXPIRED</constant>
264
-
(<type>integer</type>)
264
+
(<type>int</type>)
265
265
</term>
266
266
<listitem>
267
267
<simpara>
...
...
@@ -272,7 +272,7 @@
272
272
<varlistentry xml:id="constant.oauth-token-revoked">
273
273
<term>
274
274
<constant>OAUTH_TOKEN_REVOKED</constant>
275
-
(<type>integer</type>)
275
+
(<type>int</type>)
276
276
</term>
277
277
<listitem>
278
278
<simpara>
...
...
@@ -283,7 +283,7 @@
283
283
<varlistentry xml:id="constant.oauth-token-rejected">
284
284
<term>
285
285
<constant>OAUTH_TOKEN_REJECTED</constant>
286
-
(<type>integer</type>)
286
+
(<type>int</type>)
287
287
</term>
288
288
<listitem>
289
289
<simpara>
...
...
@@ -296,7 +296,7 @@
296
296
<varlistentry xml:id="constant.oauth-verifier-invalid">
297
297
<term>
298
298
<constant>OAUTH_VERIFIER_INVALID</constant>
299
-
(<type>integer</type>)
299
+
(<type>int</type>)
300
300
</term>
301
301
<listitem>
302
302
<simpara>
...
...
@@ -307,7 +307,7 @@
307
307
<varlistentry xml:id="constant.oauth-parameter-absent">
308
308
<term>
309
309
<constant>OAUTH_PARAMETER_ABSENT</constant>
310
-
(<type>integer</type>)
310
+
(<type>int</type>)
311
311
</term>
312
312
<listitem>
313
313
<simpara>
...
...
@@ -319,7 +319,7 @@
319
319
<varlistentry xml:id="constant.oauth-signature-method-rejected">
320
320
<term>
321
321
<constant>OAUTH_SIGNATURE_METHOD_REJECTED</constant>
322
-
(<type>integer</type>)
322
+
(<type>int</type>)
323
323
</term>
324
324
<listitem>
325
325
<simpara>
326
326