DIDAuthFailedMessage constructor
DIDAuthFailedMessage({})
Constructs a DIDAuthFailedMessage instance.
Implementation
DIDAuthFailedMessage({
required this.id,
required this.from,
required this.to,
this.createdTime,
this.expiresTime,
required this.context,
required this.reason,
}) {
id = id;
from = from;
to = to;
createdTime = createdTime;
expiresTime = expiresTime;
context = context;
reason = reason;
}