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

<init>

ReceivedInvitation(@Json("Id") id: String, @Json("Alias") alias: ConnectionAlias?, @Json("RecipientKeys") recipientKeys: List<String>, @Json("Endpoint") endpoint: AgentEndpoint)

After receiving an invitation, we extract the other's party Did, VerKey and endpoint from the message. We must wait for user confirmation before continuing.