OOBInvitation

fmgp.did.comm.protocol.oobinvitation.OOBInvitation
See theOOBInvitation companion object
final case class OOBInvitation(id: MsgID, from: FROM, goal_code: Option[String], goal: Option[String], accept: Option[Seq[String]])

The OOB Invitation Message.

Attributes

See also

https://identity.foundation/didcomm-messaging/spec/#invitation

{
 "id" : "8ce692ff-154b-47ae-869f-2ea90f6df6a7",
 "type" : "https://didcomm.org/out-of-band/2.0/invitation",
 "from" : "did:example:alices",
 "body" : {
   "goal_code" : "request-mediate",
   "goal" : "RequestMediate",
   "accept" : [
     "didcomm/v2"
   ]
 }
}
Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `type`: PIURI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product