Skip to content

Commit 31f0198

Browse files
authored
Typo in Readme: responseType instead of response_type (#26)
Typo in Readme: responseType instead of response_type
2 parents 6bbd991 + 413dddc commit 31f0198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Config properties:
5050
```js
5151
{
5252
clientId, // string; // The id of the application that asks for authorization.
53-
response_type, // string; // Tells the authorization server which grant to execute.
53+
responseType, // string; // Tells the authorization server which grant to execute (e.g.: code).
5454
scope, // string[]; // A list of permissions that the application requires.
5555
redirectUri, // string; // URI to return the user to after authorization is complete.
5656
continueTo, // string; // [optional] Parameter appended as `continue` to the `redirectUri`.
57-
locale, // string; // [optional] To force the display to a specific language (e.g.: en-AU)
57+
locale, // string; // [optional] To force the display to a specific language (e.g.: en-AU).
5858
state, // string; // [optional] An opaque value, used for security purposes. If this request parameter is set in the request, then it is returned to the application as part of the redirect_uri.
5959
appToken, // string; // [optional] The Access Token granted through oauth
6060
isTestEnvironment // boolean; // [optional] If you wanna use the staging or production environemnt

0 commit comments

Comments
 (0)