VerifiableCredentialServiceBase class abstract

Annotations
  • @GrpcServiceName('services.verifiablecredentials.v1.VerifiableCredential')

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
acceptCredential(ServiceCall call, AcceptCredentialRequest request) Future<AcceptCredentialResponse>
acceptCredential_Pre(ServiceCall call, Future<AcceptCredentialRequest> request) Future<AcceptCredentialResponse>
checkStatus(ServiceCall call, CheckStatusRequest request) Future<CheckStatusResponse>
checkStatus_Pre(ServiceCall call, Future<CheckStatusRequest> request) Future<CheckStatusResponse>
createCredentialOffer(ServiceCall call, CreateCredentialOfferRequest request) Future<CreateCredentialOfferResponse>
createCredentialOffer_Pre(ServiceCall call, Future<CreateCredentialOfferRequest> request) Future<CreateCredentialOfferResponse>
createProof(ServiceCall call, CreateProofRequest request) Future<CreateProofResponse>
createProof_Pre(ServiceCall call, Future<CreateProofRequest> request) Future<CreateProofResponse>
issueFromTemplate(ServiceCall call, IssueFromTemplateRequest request) Future<IssueFromTemplateResponse>
issueFromTemplate_Pre(ServiceCall call, Future<IssueFromTemplateRequest> request) Future<IssueFromTemplateResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rejectCredential(ServiceCall call, RejectCredentialRequest request) Future<RejectCredentialResponse>
rejectCredential_Pre(ServiceCall call, Future<RejectCredentialRequest> request) Future<RejectCredentialResponse>
send(ServiceCall call, SendRequest request) Future<SendResponse>
send_Pre(ServiceCall call, Future<SendRequest> request) Future<SendResponse>
toString() String
A string representation of this object.
inherited
updateStatus(ServiceCall call, UpdateStatusRequest request) Future<UpdateStatusResponse>
updateStatus_Pre(ServiceCall call, Future<UpdateStatusRequest> request) Future<UpdateStatusResponse>
verifyProof(ServiceCall call, VerifyProofRequest request) Future<VerifyProofResponse>
verifyProof_Pre(ServiceCall call, Future<VerifyProofRequest> request) Future<VerifyProofResponse>

Operators

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