aries / net.globalid.aries.features.connection.record / ConnectionRecord / Connected / <init>

<init>

Connected(@Json("Id") id: String, @Json("Alias") alias: ConnectionAlias?, @Json("MyDid") myDid: String, @Json("MyVerKey") myVerKey: String, @Json("TheirDid") theirDid: String, @Json("TheirVerKey") theirVerKey: String, @Json("Endpoint") endpoint: AgentEndpoint, @Json("ThreadId") threadId: String)

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.