(options)
| 491 | authData: { id: '8675309', access_token: 'jenny' }, |
| 492 | shouldError: false, |
| 493 | authenticate(options) { |
| 494 | options.success(this, this.authData); |
| 495 | }, |
| 496 | restoreAuthentication() { |
| 497 | return true; |
| 498 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…