getMachineKeyByIDs method

ResponseFuture<GetMachineKeyByIDsResponse> getMachineKeyByIDs(
  1. GetMachineKeyByIDsRequest request, {
  2. CallOptions? options,
})

Get Machine user Key By ID

Deprecated: use user service v2 ListUsers instead.

Get a specific Key of a machine user by its id. Machine keys are used to authenticate with jwt profile authentication.

Implementation

$grpc.ResponseFuture<$0.GetMachineKeyByIDsResponse> getMachineKeyByIDs(
  $0.GetMachineKeyByIDsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getMachineKeyByIDs, request, options: options);
}