@JsonClass(true) data class Connected : ConnectionRecord
Represents the final state of the connection protocol. In this state, the connection is completely ready for use by the agent. This state is the final state of both the inviter and the invitee role.
<init> |
Represents the final state of the connection protocol. In this state, the connection is completely ready for use by the agent. This state is the final state of both the inviter and the invitee role. Connected(id: String, alias: ConnectionAlias?, myDid: String, myVerKey: String, theirDid: String, theirVerKey: String, endpoint: AgentEndpoint, threadId: String) |
alias |
val alias: ConnectionAlias? |
endpoint |
val endpoint: AgentEndpoint |
id |
is the ID of the connection val id: String |
myDid |
val myDid: String |
myVerKey |
val myVerKey: String |
theirDid |
val theirDid: String |
theirVerKey |
val theirVerKey: String |
threadId |
val threadId: String |