@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.
<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) |
alias |
val alias: ConnectionAlias? |
endpoint |
val endpoint: AgentEndpoint |
id |
is the ID of the connection val id: String |
recipientKeys |
val recipientKeys: List<String> |