okta-mobile-kotlin
1.0.0
auth-foundation
/
com.okta.authfoundation.credential
/
TokenStorage
/
replace
replace
abstract
suspend
fun
replace
(
updatedEntry
:
TokenStorage.Entry
)
Content copied to clipboard
Replace an existing
Entry
in storage with an updated
Entry
.
Parameters
updated
Entry
the new
Entry
to store.