DidcommIssueCredentialHandler class

Will store the credential inside the handler

Inheritance

Properties

connectionDid String?
getter/setter pairinherited
credentialDid String?
getter/setter pairinherited
extraParams Map<String, dynamic>
getter/setter pairinherited
force bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
needsConnectionDid bool
no setteroverride
needsCredentialDid bool
no setteroverride
needsReplyTo bool
no setteroverride
needsWallet bool
no setteroverride
replyTo List<String>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTypes List<String>
no setteroverride
wallet WalletStore?
getter/setter pairinherited

Methods

execute(DidcommMessage message) Future<DidcommMessage?>
inherited
handle(DidcommMessage message) Future<IssueCredential?>
Actual handling method. variables can be expected to be non-null as configured
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited