TemplateService class

Constructors

TemplateService(TrinsicOptions? serverOptions)

Properties

channel ↔ GrpcOrGrpcWebClientChannel
getter/setter pairinherited
client ↔ CredentialTemplatesClient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceOptions TrinsicOptions
getter/setter pairinherited

Methods

buildMetadata({GeneratedMessage? request}) Future<CallOptions>
inherited
close() → void
inherited
create(CreateCredentialTemplateRequest request) Future<CreateCredentialTemplateResponse>
createVerificationTemplate(CreateVerificationTemplateRequest request) Future<CreateVerificationTemplateResponse>
delete(DeleteCredentialTemplateRequest request) Future<DeleteCredentialTemplateResponse>
deleteVerificationTemplate(DeleteVerificationTemplateRequest request) Future<DeleteVerificationTemplateResponse>
get(GetCredentialTemplateRequest request) Future<GetCredentialTemplateResponse>
getVerificationTemplate(GetVerificationTemplateRequest request) Future<GetVerificationTemplateResponse>
list(ListCredentialTemplatesRequest request) Future<ListCredentialTemplatesResponse>
listVerificationTemplates(ListVerificationTemplatesRequest request) Future<ListVerificationTemplatesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(UpdateCredentialTemplateRequest request) Future<UpdateCredentialTemplateResponse>
updateVerificationTemplate(UpdateVerificationTemplateRequest request) Future<UpdateVerificationTemplateResponse>

Operators

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