trixnity-client
Toggle table of contents
4.15.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
SecretKeyRequestRepository
Secret
Key
Request
Repository
interface
SecretKeyRequestRepository
:
FullRepository
<
String
,
StoredSecretKeyRequest
>
Inheritors
InMemorySecretKeyRequestRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
String
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
String
)
:
StoredSecretKeyRequest
?
get
All
Link copied to clipboard
abstract
suspend
fun
getAll
(
)
:
List
<
StoredSecretKeyRequest
>
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
String
,
value
:
StoredSecretKeyRequest
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
String
)
:
String