videosphere
    Preparing search index...
    • Clears a stored OAuth refresh token after the provider reports the grant is invalid. Stores plaintext '' (not ciphertext) so hasRefreshToken is false; readers must treat empty refresh ciphertext as cleared and must not call decryptToken on it. The row is kept so the UI can prompt the user to reconnect.

      Parameters

      • id: string

        Connected account row id.

      Returns Promise<ConnectedAccountPublic>

      Updated public account row, or null when the row no longer exists.