WebKeyServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('zitadel.webkey.v2.WebKeyService')
Constructors
Properties
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