trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-exposed
/
de.connect2x.trixnity.client.store.repository.exposed
/
ExposedSecretKeyRequestRepository
Exposed
Secret
Key
Request
Repository
class
ExposedSecretKeyRequestRepository
(
json
:
ERROR CLASS: Symbol not found for Json
)
:
<ERROR CLASS> ERROR CLASS: Symbol not found for SecretKeyRequestRepository
Members
Constructors
Exposed
Secret
Key
Request
Repository
Link copied to clipboard
constructor
(
json
:
ERROR CLASS: Symbol not found for Json
)
Functions
delete
Link copied to clipboard
open
suspend override
fun
delete
(
key
:
String
)
delete
All
Link copied to clipboard
open
suspend override
fun
deleteAll
(
)
get
Link copied to clipboard
open
suspend override
fun
get
(
key
:
String
)
:
ERROR CLASS: Symbol not found for StoredSecretKeyRequest?
?
get
All
Link copied to clipboard
open
suspend override
fun
getAll
(
)
:
List
<
ERROR CLASS: Symbol not found for StoredSecretKeyRequest
>
save
Link copied to clipboard
open
suspend override
fun
save
(
key
:
String
,
value
:
ERROR CLASS: Symbol not found for StoredSecretKeyRequest
)