MediateDeny

fmgp.did.comm.protocol.mediatorcoordination2.MediateDeny
See theMediateDeny companion object
final case class MediateDeny(id: MsgID, thid: MsgID, from: FROM, to: TO)

This message serves as notification of the mediator denying the recipient's request for mediation.

{
 "id": "123456780",
 "type": "https://didcomm.org/coordinate-mediation/2.0/mediate-deny",
}

Attributes

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 piuri: PIURI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product