Is your feature request related to a problem? Please describe.
As steam-session consumer I would like to know when to call renewRefreshToken() and refreshAccessToken().
Describe the solution you'd like
Expose decoded refreshToken and accessToken as properties or getters
Describe alternatives you've considered
Decode JWT in user application. This approach is likely to introduce overkill libraries to user code. Since steam-session is already capable of decoding tokens (and does so), exposing the data seems like a natural solution.
Is your feature request related to a problem? Please describe.
As steam-session consumer I would like to know when to call
renewRefreshToken()andrefreshAccessToken().Describe the solution you'd like
Expose decoded
refreshTokenandaccessTokenas properties or gettersDescribe alternatives you've considered
Decode JWT in user application. This approach is likely to introduce overkill libraries to user code. Since
steam-sessionis already capable of decoding tokens (and does so), exposing the data seems like a natural solution.