You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ Config properties:
53
53
response_type, // string; // Tells the authorization server which grant to execute.
54
54
scope, // string[]; // A list of permissions that the application requires.
55
55
redirectUri, // string; // URI to return the user to after authorization is complete.
56
-
continueTo, // string; // [optional] Parameter appended as `continue` to the `redirectUri`.
57
56
locale, // string; // [optional] To force the display to a specific language (e.g.: en-AU)
58
57
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.
59
58
appToken, // string; // [optional] The Access Token granted through oauth
0 commit comments