Skip to content

Commit b9fd987

Browse files
committed
authURL is not optional
1 parent 9757283 commit b9fd987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remotestorage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RemoteStorage.prototype = {
175175
* Initiate the OAuth authorization flow.
176176
*
177177
* @param {object} options
178-
* @param {string} [options.authURL] - URL of the authorization endpoint
178+
* @param {string} options.authURL - URL of the authorization endpoint
179179
* @param {string} [options.scope] - access scope
180180
* @param {string} [options.clientId] - client identifier (defaults to the
181181
* origin of the redirectUri)

0 commit comments

Comments
 (0)