aries / net.globalid.aries.features.connection / ConnectionService / processInvitation

processInvitation

abstract fun processInvitation(agent: Agent, invitation: ConnectionInvitationMessage): Single<ReceivedInvitation>

Saves the invitation to the wallet.

Parameters

agent - for which to execute the action

invitation - is the invitation message

Return
single ConnectionRecord.ReceivedInvitation is the created connection record.