We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c304c commit 2850dfbCopy full SHA for 2850dfb
README.md
@@ -162,7 +162,7 @@ to set the property store.
162
### 6. Setting the Token Format
163
164
OAuth services can return a token in two ways: as JSON or an URL encoded
165
-string. You can set what format the the token is in with the `setTokenFormat(tokenFormat)`.
+string. You can set what format the the token is in with `setTokenFormat(tokenFormat)`.
166
There are two ENUMS to set the mode: `TOKEN_FORMAT.FORM_URL_ENCODED` and `TOKEN_FORMAT.JSON`.
167
JSON is set as default if no token format is choosen.
168
0 commit comments