toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
storage
/
edu.stanford.spezi.modules.storage.credential
/
CredentialStorage
Credential
Storage
interface
CredentialStorage
Members
Functions
delete
Link copied to clipboard
abstract
fun
delete
(
username
:
String
,
server
:
String
?
=
null
)
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
types
:
CredentialTypes
)
retrieve
Link copied to clipboard
abstract
fun
retrieve
(
username
:
String
,
server
:
String
?
=
null
)
:
Credential
?
retrieve
All
Link copied to clipboard
abstract
fun
retrieveAll
(
server
:
String
)
:
List
<
Credential
>
store
Link copied to clipboard
abstract
fun
store
(
credential
:
Credential
)
update
Link copied to clipboard
abstract
fun
update
(
username
:
String
,
server
:
String
?
=
null
,
newCredential
:
Credential
)