aries / net.globalid.aries.features.connection.record / ConnectionRecord / ReceivedInvitation

ReceivedInvitation

@JsonClass(true) data class ReceivedInvitation : ConnectionRecord

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.

Constructors

<init>

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.

ReceivedInvitation(id: String, alias: ConnectionAlias?, recipientKeys: List<String>, endpoint: AgentEndpoint)

Properties

alias

val alias: ConnectionAlias?

endpoint

val endpoint: AgentEndpoint

id

is the ID of the connection

val id: String

recipientKeys

val recipientKeys: List<String>