replace

abstract suspend fun replace(updatedEntry: TokenStorage.Entry)

Replace an existing Entry in storage with an updated Entry.

Parameters

updatedEntry

the new Entry to store.