toggle menu
kotlin-multiplatform-oidc
android
switch theme
search in API
kotlin-multiplatform-oidc
/
org.publicvalue.multiplatform.oidc.tokenstore
/
AndroidEncryptedPreferencesSettingsStore
Android
Encrypted
Preferences
Settings
Store
android
class
AndroidEncryptedPreferencesSettingsStore
(
context
:
Context
)
:
SettingsStore
Members
Constructors
Android
Encrypted
Preferences
Settings
Store
Link copied to clipboard
android
constructor
(
context
:
Context
)
Functions
clear
Link copied to clipboard
android
open
suspend override
fun
clear
(
)
get
Link copied to clipboard
android
open
suspend override
fun
get
(
key
:
String
)
:
String
?
put
Link copied to clipboard
android
open
suspend override
fun
put
(
key
:
String
,
value
:
String
)
remove
Link copied to clipboard
android
open
suspend override
fun
remove
(
key
:
String
)