fmgp.did.comm.protocol.provecontrol
Members list
Type members
Classlikes
case class ConfirmVerification(id: MsgID, to: TO, from: FROM, thid: MsgID, verificationType: VerificationType, subject: String, attachments: Seq[Attachment])
object ConfirmVerification
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConfirmVerification.type
object Prove
case class RequestVerification(id: MsgID, to: TO, from: FROM, verificationType: VerificationType, subject: String)
object RequestVerification
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RequestVerification.type
case class VerificationChallenge(id: MsgID, to: TO, from: FROM, thid: Option[MsgID], verificationType: VerificationType, subject: String, secret: String)
object VerificationChallenge
This message MUST be send using the transport in 'verificationType'
This message MUST be send using the transport in 'verificationType'
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
enum VerificationType
object VerificationType
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
VerificationType.type
Extensions
Extensions
extension (msg: PlaintextMessage)
In this article