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 c88d77b commit e7e222bCopy full SHA for e7e222b
src/remotestorage.js
@@ -174,6 +174,9 @@ RemoteStorage.prototype = {
174
/**
175
* Initiate the OAuth authorization flow.
176
*
177
+ * This function is usually not called by an app directly, but rather from a
178
+ * custom storage backend implementation (e.g. Dropbox or Google Drive).
179
+ *
180
* @param {object} options
181
* @param {string} options.authURL - URL of the authorization endpoint
182
* @param {string} [options.scope] - access scope
0 commit comments