(options = {})
| 981 | } |
| 982 | |
| 983 | stopSpying (options = {}) { |
| 984 | options.url = '/auth/stop-spying' |
| 985 | options.type = 'POST' |
| 986 | this.clearUserSpecificLocalStorage() |
| 987 | return this.fetch(options) |
| 988 | } |
| 989 | |
| 990 | logout (options = {}) { |
| 991 | options.type = 'POST' |
nothing calls this directly
no test coverage detected