setHumanPassword method

ResponseFuture<SetHumanPasswordResponse> setHumanPassword(
  1. SetHumanPasswordRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.SetHumanPasswordResponse> setHumanPassword($0.SetHumanPasswordRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$setHumanPassword, request, options: options);
}