SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
model
/
ltechnologies.onionphone.securemessenger.core.model
/
AccountCredentials
Account
Credentials
data
class
AccountCredentials
(
val
protocol
:
ProtocolId
,
val
accountId
:
String
,
val
displayName
:
String
,
val
secrets
:
Map
<
String
,
String
>
)
Members
Constructors
Account
Credentials
Link copied to clipboard
constructor
(
protocol
:
ProtocolId
,
accountId
:
String
,
displayName
:
String
,
secrets
:
Map
<
String
,
String
>
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
display
Name
Link copied to clipboard
val
displayName
:
String
protocol
Link copied to clipboard
val
protocol
:
ProtocolId
secrets
Link copied to clipboard
val
secrets
:
Map
<
String
,
String
>