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 41d8586 commit fcb57a4Copy full SHA for fcb57a4
src/Service.js
@@ -473,7 +473,8 @@ Service_.prototype.getIdToken = function() {
473
474
/**
475
* Resets the service, removing access and requiring the service to be
476
- * re-authorized.
+ * re-authorized. Also removes any additional values stored in the service's
477
+ * storage.
478
*/
479
Service_.prototype.reset = function() {
480
this.getStorage().reset();
0 commit comments