Yves Candel

Results 4 comments of Yves Candel

I'm having the same problem. Can't get them to show in any way.

I've managed to work around this by doing the following on my startup page: ``` if (tnsOAuthModule.instance.tokenResult) { console.log('Accesss token expires at: ' + tnsOAuthModule.instance.tokenResult.accessTokenExpiration); if (tnsOAuthModule.accessTokenExpired() === true) {...