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

SentInvitation

@JsonClass(true) data class SentInvitation : ConnectionRecord

When we share an invitation with a party, we are in this state. The TAG_CONNECTION_KEY tag is set so we can connect a given connection request back to this record.

Constructors

<init>

When we share an invitation with a party, we are in this state. The TAG_CONNECTION_KEY tag is set so we can connect a given connection request back to this record.

SentInvitation(id: String, invitationKey: String)

Properties

id

is the ID of the connection

val id: String

invitationKey

val invitationKey: String