CachedTokenProvider

interface CachedTokenProvider

Functions

destroy
Link copied to clipboard
abstract fun destroy()
getEntry
Link copied to clipboard
abstract fun getEntry(entry: String): String?
setEntry
Link copied to clipboard
abstract fun setEntry(entry: String, value: String)

Inheritors

CachedToken
Link copied to clipboard

Sources

jvm source
Link copied to clipboard