listWebKeys method
ResponseFuture<ListWebKeysResponse>
listWebKeys(
- ListWebKeysRequest request, {
- CallOptions? options,
List Web Keys
Deprecated: please move to the corresponding endpoint under oidc service v2. This endpoint will be removed with the next major version of ZITADEL.
List all web keys and their states.
Required permission:
iam.web_key.read
Implementation
$grpc.ResponseFuture<$0.ListWebKeysResponse> listWebKeys(
$0.ListWebKeysRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listWebKeys, request, options: options);
}