matrix-js-sdk
    Preparing search index...

    Type Alias TokenRefreshCallback

    TokenRefreshCallback: (newTokens: AccessTokens) => void

    A callback function called when tokens are refreshed such that stored tokens can be updated with the refreshed ones.

    Type Declaration