deRegisterKey constant

Spec<DeRegisterKeyRequest, DeRegisterKeyResponse> const deRegisterKey

DeRegisterKey deregisters a key from a third-party service. This handles cleanup with the external service and removes the associated key metadata from local storage.

Implementation

static const deRegisterKey = connect.Spec(
  '/$name/DeRegisterKey',
  connect.StreamType.unary,
  devicev1device.DeRegisterKeyRequest.new,
  devicev1device.DeRegisterKeyResponse.new,
);