Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.credential
/
LegacyTokenStorage
/
replace
replace
abstract
suspend
fun
replace
(
updatedEntry
:
LegacyTokenStorage.Entry
)
Replace an existing
Entry
in storage with an updated
Entry
.
Parameters
updated
Entry
the new
Entry
to store.