listMachineKeys method

ResponseFuture<ListMachineKeysResponse> listMachineKeys(
  1. ListMachineKeysRequest request, {
  2. CallOptions? options,
})

List Machine Keys

Deprecated: use user service v2 ListKeys instead.

Get the list of keys of a machine user. Machine keys are used to authenticate with jwt profile authentication.

Implementation

$grpc.ResponseFuture<$0.ListMachineKeysResponse> listMachineKeys(
  $0.ListMachineKeysRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listMachineKeys, request, options: options);
}