```javascript handleAccessTokenExpiration() { return this.invalidate().then(() => { // this.trigger('sessionDataInvalidated'); }); }, ```