searchKey constant

Spec<SearchKeyRequest, SearchKeyResponse> const searchKey

SearchKey searches for keys or tokens associated with a device.

Implementation

static const searchKey = connect.Spec(
  '/$name/SearchKey',
  connect.StreamType.unary,
  devicev1device.SearchKeyRequest.new,
  devicev1device.SearchKeyResponse.new,
  idempotency: connect.Idempotency.noSideEffects,
);