toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
storage
/
edu.stanford.spezi.modules.storage.credential
/
Credential
Credential
@
Serializable
data
class
Credential
(
val
username
:
String
,
val
password
:
String
,
val
server
:
String
?
=
null
)
Members
Constructors
Credential
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
,
server
:
String
?
=
null
)
Properties
password
Link copied to clipboard
val
password
:
String
server
Link copied to clipboard
val
server
:
String
?
=
null
username
Link copied to clipboard
val
username
:
String