WebKeyServiceBase class abstract

Annotations
  • @GrpcServiceName.new('zitadel.webkey.v2.WebKeyService')

Constructors

WebKeyServiceBase()

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
activateWebKey(ServiceCall call, ActivateWebKeyRequest request) Future<ActivateWebKeyResponse>
activateWebKey_Pre(ServiceCall $call, Future<ActivateWebKeyRequest> $request) Future<ActivateWebKeyResponse>
createWebKey(ServiceCall call, CreateWebKeyRequest request) Future<CreateWebKeyResponse>
createWebKey_Pre(ServiceCall $call, Future<CreateWebKeyRequest> $request) Future<CreateWebKeyResponse>
deleteWebKey(ServiceCall call, DeleteWebKeyRequest request) Future<DeleteWebKeyResponse>
deleteWebKey_Pre(ServiceCall $call, Future<DeleteWebKeyRequest> $request) Future<DeleteWebKeyResponse>
listWebKeys(ServiceCall call, ListWebKeysRequest request) Future<ListWebKeysResponse>
listWebKeys_Pre(ServiceCall $call, Future<ListWebKeysRequest> $request) Future<ListWebKeysResponse>
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